@EntityListeners annotation not being processed
Status: Inactive
Brought to you by:
bmarchesson
The GWTCompiler fails to compile an entity class has when the @EntityListeners annotation is present.
I've provided a small test project (eclipse), please adjust the paths accordingly and try to run the gwtcompile task on the listenerTest.ant.xml file.
I tested with hibernate distribution 3.3.1.GA, hibernate entity manager 3.4.0.GA, hibernate annotations 3.4.0.GA, gilead 1.2.0.29 and GWT 1.5.3 (removed the jars in order to keep it small).
Test case
Not a bug : the entity listener class declared in annotation must be available to GWT compiler for a normal processing.