Hello

I use javax.persistence.EntityListeners. The persistent classes of the entities 
are correctly added into persistence.xml. My test case works correctly with 
Hibernate and OpenJPA except that the annotated methods (with @PostLoad, 
@PreUpdate, @PrePersist and @PostRemove) are never called by OpenJPA whereas 
they are called by Hibernate. Am I missing anything obvious? Best regards.

Reply via email to