Re: javax.persistence.EntityListeners is never called

2014-10-16 Thread gouessej
I had to disable checkstyle and to fix a compile error to build OpenJPA. The test passes. However, the contract of the annotation javax.ejb.Singleton isn't respected by OpenEJB whereas it is respected by Hibernate. This is the only difference that I have found. I just put a log message into

Re: javax.persistence.EntityListeners is never called

2014-10-16 Thread Rick Curtis
I had to disable checkstyle and to fix a compile error to build OpenJPA. The test passes. Yes, sorry I just committed a fix for that. Please do an update and let me know if you're still having compile problems. I think that you should have a separate listener class and have the singleton bean