On Oct 15, 2007, at 5:44 PM, Patrick Linskey wrote:
o Add lifecycle listener at the EMF level which it is automatically added to all created EMs (of course I'll need a way to uniquely do that).I think that OpenJPAEntityManagerFactorySPI.addLifecycleListener() is your friend.
Thanks Patrick. Worked like a charm.Now we just need to get a global lifecycle system like this added to the next JPA spec :)
-dain
