Re: javax.persistence.EntityListeners is never called

2014-10-17 Thread gouessej
I still have a compile error here, line 1583: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/src/main/java/org/apache/openjpa/persistence/jdbc/AnnotationPersistenceMappingParser.java?view=markup Adding a cast to Boolean seems to fix it but actually, it should work as is,

Re: javax.persistence.EntityListeners is never called

2014-10-17 Thread gouessej
Please find enclosed my patch. It fixes the compile errors and it is better than a useless cast. Message du 16/10/14 18:32 De : Rick Curtis A : users , goues...@orange.fr Copie à : Objet : Re: javax.persistence.EntityListeners is never called I had to disable checkstyle and to fix a

Re: javax.persistence.EntityListeners is never called

2014-10-17 Thread Rick Curtis
I don't see your patch... and I also don't see this same problem when running in Eclipse. What vendor / version of java are you running? I remember seeing similar problems when running with early version of java 7 (or maybe it was 8.. I don't really remember) Is your original problem resolved?

Re: javax.persistence.EntityListeners is never called

2014-10-17 Thread gouessej
I use Oracle JDK 1.7 update 71 with Netbeans 7.4 under Windows when I'm at work. I use OpenJDK 1.7 under Mageia Linux 4 at home. My original problem isn't fixed yet. I enabled PostLoadOnMerge but it doesn't change anything. My patch is here: # This patch file was generated by NetBeans IDE #