Opened 16 years ago

Closed 16 years ago

#159 closed defect (fixed)

By WFS-T Insert (Digitizing) GeoServer version >= 1.5.4 needs only used namespaces

Reported by: greq Owned by: mapbender_dev@…
Priority: major Milestone: 2.5 release
Component: wfs Version: 2.4.4
Keywords: Cc:

Description

By using a WFS-T Insert based on GeoServer version >= 1.5.4 it is necessary that the Insert-Request only uses the namespaces, which are in the request used (in tags), otherwise GeoServer returns an error message:

<ServiceExceptionReport version="1.2.0" xsi:schemaLocation="http://www.opengis.net/ogc http://***********/geoserver/schemas//wfs/1.0.0/OGC-exception.xsd">

<ServiceException locator="org.vfny.geoserver.util.requests.readers.DispatcherXmlReader">

org.xml.sax.SAXParseException: The prefix "xmlns" cannot be bound to any namespace explicitly; neither can the namespace for "xmlns" be bound to any prefix explicitly.org.xml.sax.SAXParseException: The prefix "xmlns" cannot be bound to any namespace explicitly; neither can the namespace for "xmlns" be bound to any prefix explicitly.

</ServiceException>

</ServiceExceptionReport>

greets, Greq

Attachments (1)

patch_159_163.diff (3.9 KB ) - added by christoph 16 years ago.
Patch for bugs #159 and #163

Download all attachments as: .zip

Change History (7)

comment:1 by greq, 16 years ago

Owner: changed from mapbender_dev@… to greq

comment:2 by greq, 16 years ago

Owner: greq removed

comment:3 by greq, 16 years ago

Resolution: fixed
Status: newclosed

comment:4 by christoph, 16 years ago

Resolution: fixed
Status: closedreopened

comment:5 by christoph, 16 years ago

Owner: set to mapbender_dev@…
Status: reopenednew

comment:6 by christoph, 16 years ago

Resolution: fixed
Status: newclosed

by christoph, 16 years ago

Attachment: patch_159_163.diff added

Patch for bugs #159 and #163

Note: See TracTickets for help on using tickets.