Re: Facing a Problem with EJB Transactions
Posted By:
Srivatsa_Manjunath
Posted On:
Thursday, January 22, 2004 08:58 AM
By default cache-between-transactions (with 7.1) is set to false unless you enable this explicitly. With WLS 6.x this setting is the same as db-id-shared. If this is set false the data from the database is not sychronized with the one in the cache. Turn this off and check to see if this works for you!
Also, if you are attempting the same from methods in the EJB bean, see if you have set this to true in you DD files?
true