Note: The eclipse classloaders (OSGi) do get in the way of the META-INF/services lookup mechanism used by GeoTools; the classloaders only allow access to classes - not to resource files such as META_INF/services.
Various solutions have been proposed but thus far a general fix has not been provided. The solution uDig uses is to load all the geotools jars into a single osgi bundle. Jody On 30/03/2010, at 7:35 PM, Agossa wrote: > > Thanks Michael, > I did that before and it did not work. That's why I'm posting . > I am using Maven with eclipse > Agossa > -- > View this message in context: > http://n2.nabble.com/GCTP-Projection-tp2269223p4823330.html > Sent from the geotools-gt2-users mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
