I am facing an issue in using Hibernate 3.x with TomEE.
Previously we were using Hibernate with tomcat 1.6 and when we changed the container to TomEE, Hibernate fails.
TomEE by default uses OpenEJB's JPA as the persistence provider.
Tried searching in google but nothing helps.
http://tomee.apache.org/tomee-and-hibernate.html
Can anyone please help with this issue?
Hibernate supports JPA as follows:
So make sure you use the proper JPA version against your current Hibernate 3.x version.