Hi, I have an EAR project, consist of
EJB and WAR modules.
When I compiled my ejb module, it could not find a method "getCriteriaBuilder()". Full log is shown as below:
Here is the pom.xml file for the ejb module:
Here is the offending code:
I also found that the command "mvn clean install" under my ejb module didn't actually download hibernate jar file. Is there any problem in my pom.xml file?
And I also want to know what version of hibernate support the method "getCriteriaBuilder()".
Any suggestion is very appreciated.
Thanks
Sam