2StepForward a écrit :
> 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.

Now I remember that someone else did something like that in the past.

Check if the fat jar merged the META-INF/services/ files. I means, files like
META-INF/services/org.opengis.referencing.crs.CRSAuthorityFactory appears in
more than one JAR (at least in gt2-referencing and gt2-epsg-hsql). If we put
everything in a single JAR, last time I user tried we realized that the
META-INF/services/ files was overwrote by the files from an arbitrary JAR, not
merged as they should.


> 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?

It fat-jar overwrote rather than merged the META-INF/services/ files, then 
yes...

        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

Reply via email to