我正在使用JPA与Guice,Jasypt和GWT+Jetty服务器,我已经创建了包-info.java,其中包含自定义类型。javax.persistence.PersistenceException: PersistenceUnit: persistenceUnit Unable to build EntityManagerFactory at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb
问题是我的公司仍然在使用Hibernate 3,看起来spring-data-envers只适用于Hibernate 4。org.springframework.orm.jpa.JpaSystemException: You need to install the org.hibernate.envers.event.AuditEventListenerclass as post insert, update and delete event listener.; nested exception is org.hibernate<