Hi Martin, Yes I'm be sure, that is the only epsg-*.jar file which was referenced. But I have to say, that I don't use any classpath, because the fat-jar plugin exctract all classes of any dependency into the jar archive on a predefined directory way.
Example: The gt2-epsg-hsql-2.5-SNAPSHORT.jar will extract to: MosaicIndexBuilder.jar\org\geotools\referencing\factory\epsg with all classes that include the referenced epsg-*jar. Now if you call the jar-archive than you have not an classpath for class referencing which will be load of the Classloader, but rather an relativ path from the root of the called jar-archive to the directory were the extracted class lies. The classloader was in that way overwritten, that he could load the classes from the relativ path. But the answer on your question is, yes I'm be sure that this is the only epsg-*.jar which was extract. But maybe the fat-jar mechanism is the realy problem, could it be? Greets, Klaus Martin Desruisseaux-2 wrote: > > 2StepForward a écrit : >> The epsg-hsql wasn't referenced, now if >> have it done, but I get the same error. > > We should ensure that it is the only epsg-*.jar file on the classpath. Is > it the > case? > > Martin > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Geotools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-devel > > -- View this message in context: http://www.nabble.com/MosaicIndexBuilder-and-EPSG%3A23032-tp14880648p14916042.html Sent from the geotools-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
