Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#92 closed defect (fixed)

wfs digitize namespace Problems

Reported by: astrid_emde Owned by: christoph
Priority: major Milestone: 2.4.4 release
Component: digitizing Version: 2.4.2
Keywords: xmlns:xmlns Cc: uli

Description

wfs insert Update failed with GeoServer 1.5.3

I have problems when I want to Insert or update new features with GeoServer 1.5.3

In the <wfs:Transaction>-tag is an attribut xmlns:xmlns defined.

<wfs:Transaction version="1.0.0" service="WFS" xmlns="http://www.someserver.com/myns" xmlns:citef="http://www.opengis.net/cite/functions" xmlns:gml="http://www.opengis.net/gml" xmlns:xmlns="http://www.w3.org/2001/XMLSchema"....

I get the following GeoServer error message on INSERT: The prefix "xmlns" cannot be bound to any namespace explicitly; neither can the namespace for "xmlns" be bound to any prefix explicitly.

When the following part is deleted from the request the wfs-Transaction succeded xmlns:xmlns="http://www.w3.org/2001/XMLSchema"

the namespace xmlns is found in mapbender table wfs_featuretype_namespace and is used to build up the transaction.

It looks like xmlns should not be saved as a namespace from the beginning. Maybe there is an error when Mapbender loads the describeFeatureType-XML

Attachments (3)

wfs_describeFeatureType_baumassnahme.xml (2.7 KB ) - added by astrid_emde 17 years ago.
wfs_transaction_insert_with_xmlns.xml (1010 bytes ) - added by astrid_emde 17 years ago.
patch_092.txt (776 bytes ) - added by christoph 16 years ago.

Download all attachments as: .zip

Change History (5)

by astrid_emde, 17 years ago

by astrid_emde, 17 years ago

by christoph, 16 years ago

Attachment: patch_092.txt added

comment:1 by christoph, 16 years ago

Resolution: fixed
Status: newclosed

The attachment is a patch for Mapbender 2.4.3

http://www.mapbender.org/index.php/Apply_a_patch

comment:2 by christoph, 16 years ago

Milestone: 2.5 release2.4.4 release
Note: See TracTickets for help on using tickets.