About Question enthuware.oce-jpad.v6.1.345 :
Posted: Fri Dec 23, 2016 5:31 pm
JPA Specification provides the following example :
persistence.xml contains: <jar-file>lib/warEntities.jar</jar-file>
If root of PU is indeed WEB-INF/classes/ then should not persistence.xml contain :
<jar-file>../lib/warEntities.jar</jar-file>
Code: Select all
app.ear
war2.war
WEB-INF/lib/warEntities.jar
WEB-INF/classes/META-INF/persistence.xml
If root of PU is indeed WEB-INF/classes/ then should not persistence.xml contain :
<jar-file>../lib/warEntities.jar</jar-file>