Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] (UDIG-1868) Cannot create WFS 1.1 Datastore

Panagiotis Skintzos created UDIG-1868:
-----------------------------------------

             Summary: Cannot create WFS 1.1 Datastore
                 Key: UDIG-1868
                 URL: https://jira.codehaus.org/browse/UDIG-1868
             Project: uDIG
          Issue Type: Bug
          Components: catalog, metadata and search
    Affects Versions: UDIG 1.3.1
         Environment: Windows XP,JRE1.6, RCP 3.7.1
            Reporter: Panagiotis Skintzos
             Fix For: UDIG 1.3.2, UDIG 1.3.x
         Attachments: libs-depends.patch.txt, .log

To reproduce:
Add new layer > WFS Datastore  -> Enter any WFS v1.1 capabilities url
Exception is thrown:
java.lang.NoClassDefFoundError: Could not initialize class org.geotools.data.wfs.v1_1_0.DefaultWFSStrategy

I attached the log and a patch.

DefaultWFSStrategy imports "org.geotools.filter.v1_0.OGCConfiguration" which is in gt-xsd-filter geotools lib.
OGCConfiguration imports "org.eclipse.xsd.util.XSDSchemaLocationResolver" which is in org.eclipse.xsd plugin.

To resolve it "org.eclipse.xsd" should be added as plugin dependency of "net.refractions.udig.libs" plugin.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top