On Feb 16, 2010, at 2:38 PM, Borut Bolčina wrote:
Question is: Can ResourceLocator be configured to read mapping filesmy-map-1.map.xml and my-map-2.map.xml from the root of project- model1.jarand project-model2.jar?The DefaultConfiguration read from classpath, but it seems it does not findmapping files inside the JARs (at root of it).
It is odd that it doesn't work. When looking for DataMap XML file all Cayenne does is ClassLoader.getResource()
Andrus
