My application accesses OJB via the JBOSS startup daemons and TOMCAT. The database gets updated correctly when the operation is performed via the JBOSS daemon.
However, if the operation is performed via tomcat, the db does not get updated. There are no errors reported. If I enable the debugger and put a breakpoint, then the db gets updated properly. It seems as if the application is too fast for the cache to update the database and garbage collection kicks in and cleans the update object. I am using ObjectCacheDefaultImpl. I tried explicitly marking the object dirty but no success. Would really appreciate any help. thx, Sukesh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
