1. Hibernate Envers: Initializing Envers Proxies stackoverflow.comIn Hibernate Envers, all related collections of an entity are loaded lazy, regardless of what fetch type is set. So when auditquerying for entity that has a collection of other entities ... |
2. Hibernate ENVERS Classloading issue stackoverflow.comI am trying to integrate Hibernate Envers in an already developed application. I ship the Hibernate Envers JAR inside an EAR package, and it throws an ugly exception regarding to class loader ... |
3. jboss 7 (envers 4) Unable to load class org.hibernate.envers.event.AuditEventListener stackoverflow.comI port from hibernate Envers 3.6 to Envers 4.0. This new version doesn't have AuditEventListener. Old version requires: listeners I can't find how to configure the new version. |