Commercial Support?

2015-02-25 Thread Jörn Gersdorf
Hi all, are you aware of any company offering commercial support for OpenJPA? Google did not help me in that case. Thank you. Kind regards, Jörn

Re: Lifecycle events?

2015-02-25 Thread Rick Curtis
This is a bug. It will work if you specify a list of classes that you're interested in or null. (You shouldn't have to pass null, but that is the bug) openJpaEm.addLifecycleListener(this, Class1.class, Class2.class); or openJpaEm.addLifecycleListener(this, null); On Wed, Feb 25, 2015 at 8:14 AM

Re: Lifecycle events?

2015-02-25 Thread Hal Hildebrand
So, this is just a dead parrot? I couldn't find anything through web searches. Can I get a read as to whether this is supposed to work or even a code sample? Thanks. > On Feb 22, 2015, at 1:29 PM, Hal Hildebrand wrote: > > So, I’m trying to use the lifecycle events on the OpenJPAEntityMana