Patrick Linskey wrote:
Since PURoot URI can be calculatedHow, portably?
Can PURoot URI not be calculated like this:
URL pxmlURL = ClassLoader.getResource("META-INF/persistence.xml");
URL puRoot = new URL(pxmlURL, "../");
Thanks,
Sahoo
Patrick Linskey wrote:
Since PURoot URI can be calculatedHow, portably?
Can PURoot URI not be calculated like this:
URL pxmlURL = ClassLoader.getResource("META-INF/persistence.xml");
URL puRoot = new URL(pxmlURL, "../");
Thanks,
Sahoo