Re: Lifecycle events?

2015-02-27 Thread Hal Hildebrand
gt; 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 Hildebr

Re: Lifecycle events?

2015-02-25 Thread Rick Curtis
brand > wrote: > > > > So, I'm trying to use the lifecycle events on the > OpenJPAEntityManagerSPI. I've created a class which implements > PersistListener, UpdateListener, DeleteListener. I've registered an > instance of this class as a lifecycle listener: &

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

Lifecycle events?

2015-02-22 Thread Hal Hildebrand
So, I’m trying to use the lifecycle events on the OpenJPAEntityManagerSPI. I’ve created a class which implements PersistListener, UpdateListener, DeleteListener. I’ve registered an instance of this class as a lifecycle listener: OpenJPAEntityManagerSPI openJpaEm = em.unwrap