Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1569) WFS ServiceException gets swallowed

WFS ServiceException gets swallowed
-----------------------------------

                 Key: UDIG-1569
                 URL: http://jira.codehaus.org/browse/UDIG-1569
             Project: uDIG
          Issue Type: Improvement
          Components: application
    Affects Versions: UDIG 1.1.1
         Environment: udig 1.1.1
geoserver 1.6.x
            Reporter: Rudi Hochmeister
         Attachments: udig_ServiceException.log

1. uDig/GeoTools hides ServiceException returned by WFS

If uDig receives a ServiceException from a WFS server, it only gets logged,
but it's not propagated further up the exception stack (doesn't, for example, end in
a RenderingException).
In our application we want to inform the user of such exceptions, but we don't
know how to grab it - uDig just ignores it and doesn't
render anything. Is there any way to obtain these exceptions?

(see udig_ServiceException.log)

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