Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1111) Improve the warning when the data retrieved by a WFS doesn't match the schema

Improve the warning when the data retrieved by a WFS doesn't match the schema
-----------------------------------------------------------------------------

                 Key: UDIG-1111
                 URL: http://jira.codehaus.org/browse/UDIG-1111
             Project: uDIG
          Issue Type: Improvement
          Components: wfs
    Affects Versions: UDIG 1.1.RC5
            Reporter: Jesse Eichar
             Fix For: UDIG 1.1.RC7


See GMLCOmplexTypes line 4177 getFeature() It just throws AttributeExceptin error wrapped in an SAXException.  We should subclass SAXException with an SAXAttributeException and have a good error message.

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

        


Back to the top