[Geoserver-devel] [JIRA] (GEOS-7182) WFS update not working if columns are similar

Bogdan Vaduva created an issue

GeoServer / BugGEOS-7182

WFS update not working if columns are similar

Issue Type:

BugBug

Assignee:

Unassigned

Components:

WFS

Created:

01/Sep/15 11:49 AM

Priority:

MediumMedium

Reporter:

Bogdan Vaduva

I have the following WFS update:
<wfs:Transaction service=“WFS” version=“1.0.0”
xmlns:leak=“http://opengeo.org/vitalmm
xmlns:ogc=“http://www.opengis.net/ogc
xmlns:wfs=“http://www.opengis.net/wfs”>
<wfs:Update typeName=“vitalmm:leak”>
<wfs:Property><wfs:Name>repair_date</wfs:Name><wfs:Value>2015-08-31 00:00:00</wfs:Value></wfs:Property>
<wfs:Property><wfs:Name>_repaired</wfs:Name><wfs:Value>TRUE</wfs:Value></wfs:Property>
<ogc:Filter>
<ogc:FeatureId fid=“leak.6”/>
</ogc:Filter>
</wfs:Update>
</wfs:Transaction>

The update of _repaired column it’s not working in this case. If I’m doing 2 updates one for repair_date column and one for _repaired the updates are fine.

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v7.0.0-OD-02-259#70102-sha1:6147844)

Atlassian logo