I figured that is what you were going to say. For whatever reason, your persistence.xml file isn't being found... I'm not sure why the persistence.xml file was on my classpath, but not yours.
To fix the NPE, make sure that the META-INF/persistence.xml file is in your target/classes directory. If it is, you can try manually adding that file to your classpath. I think we're getting close! -Rick -- View this message in context: http://n2.nabble.com/Files-in-package-org.apache.openjpa.kernel.jpql.-tp2734002p2747342.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
