Hi, I am passing a serialized object through a JMS middleware. This is an object persisted using OJB and the object ends up being 'published' from one JVM and 'subscribed' to from another JVM. I presume because of the caching of persistent objects in OJB changes by the subscriber to the objects persistent state are not being reflected in the publishers side.
Do I have to turn the caching off to get these database changes to be reflected and how do I do that. Or is there some mechanism that marks cached objects as stale when the state changes in the database without going through the OJB. And how do I do that? Kind regards, Paul Worrall Architect | Director Apcentric Limited The Soft Science of J2EE Deployment m: +44 (0) 77 1133 0213 w: < <http://www.apcentric.com/> http://www.apcentric.com/> <outbind://10/www.apcentric.com> www.apcentric.com Any opinions expressed in the email are those of the individual and not necessarily of the company. This email and any files transmitted with it are confidential and solely for the use of the intended recipient. It may contain material protected by attorney-client privilege. If you are not the intended recipient or person responsible for delivering to the intended recipient, be advised that you have received this email in error and that any use is strictly prohibited. If you have received this email in error please notify the IT manager. Kind regards, Paul Worrall Commercial Director MJW Handling Services Limited Rising to the Challenge t: +44 (0) 870 204 1902 m: +44 (0) 77 1133 0213 w: www.mjw-handling.co.uk Any opinions expressed in the email are those of the individual and not necessarily of the company. This email and any files transmitted with it are confidential and solely for the use of the intended recipient. It may contain material protected by attorney-client privilege. If you are not the intended recipient or person responsible for delivering to the intended recipient, be advised that you have received this email in error and that any use is strictly prohibited. If you have received this email in error please notify the IT manager.
