Hi, I am trying to use geotools as set of plugins inside gvSIG. I am failing when it comes to the use of SPI... service provider methods throw me things like:
org.geotools.factory.FactoryNotFoundException: No factory of kind "FilterFactory" found. at org.geotools.factory.FactoryRegistry.getServiceProvider(FactoryRegistry.java:375) at org.geotools.factory.FactoryCreator.getServiceProvider(FactoryCreator.java:145) at org.geotools.factory.CommonFactoryFinder.lookup(CommonFactoryFinder.java:346) at org.geotools.factory.CommonFactoryFinder.getFilterFactory(CommonFactoryFinder.java:300) at org.geotools.feature.AttributeTypeBuilder.<init>(AttributeTypeBuilder.java:193) at org.geotools.feature.AttributeTypeBuilder.<init>(AttributeTypeBuilder.java:200) at org.geotools.feature.simple.SimpleFeatureTypeBuilder.<init>(SimpleFeatureTypeBuilder.java:197) at org.geotools.feature.simple.SimpleFeatureTypeBuilder.<init>(SimpleFeatureTypeBuilder.java:187) It is true that gvSIG has its own plugin system, but I am puzzled that this is happening in a desktop java environment. Does anyone have an idea about how to handle this, or at least debug/work around it? Thanks for any hint, Andrea ------------------------------------------------------------------------------ _______________________________________________ GeoTools-GT2-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
