Hi Guys,
my query is about transaction level caching for ejbs in a weblogic server.
In "transaction level caching" persistent data of an entitybean is loaded only once at the start of transaction and the requests after that entity bean we will get the cached info but not the actual persistent data from database.
can i update the cached entity bean in a transaction twice with the persistent data in database ?? could you please help me out!!
thanks