I was wondering if OJB has built-in support for auditing state changes in the classes which are mapped under its control. What I am thinking of is something along the lines of TopLink's changeset concept.
Currently I have a base domain class which is responsible for tracking these property changes, and then publishing notification to an event manager which brokers those notifications to auditing and integration gateways. In TopLink, I could utilize its EventManager and DescriptorEvent to externalize this whole process (basically refactoring it out of the domain classes). And basically, I was just wondering if something similiar already exists in OJB. Steve Ebersole IT Integration Engineer Vignette Corporation Office: 512.741.4195 Mobile: 512.297.5438 Visit http://www.vignette.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
