at.statistik.gis.db2.DB2VTDataStoreFactory not found
----------------------------------------------------

                 Key: GEOT-3073
                 URL: http://jira.codehaus.org/browse/GEOT-3073
             Project: GeoTools
          Issue Type: Bug
          Components: data db2
    Affects Versions: 2.6.4
            Reporter: Jody Garnett
             Fix For: 2.6.4, 2.7-M0


The gt-jdbc-db2 plugin declares a factory it does not actually implement.

When running, and actually using DataStoreFinder, we run into the following:
{code}
geotools.factory.FactoryRegistry scanForPlugins
WARNING: Can't load a service for category "DataStoreFactorySpi". Cause is 
"ServiceConfigurationError:
org.geotools.data.DataStoreFactorySpi: 
Provider at.statistik.gis.db2.DB2VTDataStoreFactory not found".

sun.misc.ServiceConfigurationError: org.geotools.data.DataStoreFactorySpi: 
Provider at.statistik.gis.db2.DB2VTDataStoreFactory not found

        at sun.misc.Service.fail(Service.java:129)
        at sun.misc.Service.access$000(Service.java:111)
        at sun.misc.Service$LazyIterator.next(Service.java:273)
        at 
org.geotools.factory.FactoryRegistry.register(FactoryRegistry.java:829)
        at 
org.geotools.factory.FactoryRegistry.scanForPlugins(FactoryRegistry.java:773)
        at 
org.geotools.factory.FactoryRegistry.scanForPluginsIfNeeded(FactoryRegistry.java:808)
        at 
org.geotools.factory.FactoryRegistry.getServiceProviders(FactoryRegistry.java:195)
        at 
org.geotools.data.DataAccessFinder.getAvailableDataStores(DataAccessFinder.java:206)
        at 
org.geotools.data.DataStoreFinder.getAvailableDataStores(DataStoreFinder.java:114)
        at 
org.geotools.data.DataAccessFinder.getAvailableDataStores(DataAccessFinder.java:194)
{code}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------

_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to