Hi All
We sucessfully implementedSpring , hibernate +jpa in our application with Xa transcation.but we trying to implement criteria in our application we are facing one error that ,
Quote:
java.lang.NoSuchMethodError: javax.persistence.EntityManager.getCriteriaBuilder()
so could you tel which implementation class you are using in hybernate for javax.persistence.criteria.CriteriaBuilder interface
listed few jar file we are using ,
Quote:
hibernate 3.3
jpa 2.0
and spring-orm 3.0.2 for entitymanager
suggestions will be appreciated.
thank you so much