Tagged Questions
0
votes
2answers
1k views
Can I specify a JPA compliant persistence.xml file on the java command line?
I've got an UberJar with all my java classes, but want to execute this jar with an external persistence.xml file. Per the specification, Hibernate (or any other JPA provider) looks for the ...