On Sep 18, 2007, at 8:21 AM, Jens Mayer wrote:
The cayenne.xml and SharedNode.driver.xml are found, but DCNode.driver.xml cannnot be located in the jar-file, because in that case the "jar:file:...."-Prefix isn't used by the ResourceLocator.
Actually "jar:file:..." prefix is added to the URL by Java runtime, so that's not something ResourceLocator needs to specify explicitly. So is the DCNode.driver.xml file in the same jar as cayenne.xml, or more generally, is the jar that contains this file included in teh app classpath?
Andrus