Is there any way I can specify the location of the persistence.xml file at
runtime for my Java SE JPA app, before I create my entitymanagerfactory?
There are times when I will not place the persistence.xml in
META-INF/persistence.xml in my classpath... Or is this not possible? The
really ugly way would be for me to write a method that reads in the
properties of the specified persistence.xml config file at runtime - then
assign it to the properties map when call the static method
createentitymanagerfactory of the Persistence class - but that's really ugly
and probably not portable. Does anyone have any ideas regarding this issue?
TIA.
--
View this message in context:
http://www.nabble.com/Specifying-the-location-of-the-persistence.xml-file-at-runtime-tp14948023p14948023.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.