[Geoserver-devel] [jira] (GEOS-5316) WFS delete dont work after a view days

Philipp Schmidt created BugGEOS-5316
WFS delete dont work after a view days

Issue Type:

BugBug

Affects Versions:

2.1.4

Assignee:

Andrea Aime

Components:

WFS

Created:

19/Sep/12 4:10 AM

Description:

Hi,

if I try to delete a view LineStrings with this request I get this Error:
REQUEST:
<!-- We include this transaction as a sample for deletes. –>
<!–
YOU PROBABLY DO NOT WANT TO RUN THIS QUERY SINCE
IT WILL MODIFY YOUR SOURCE DATA FILES
–>
<wfs:Transaction service=“WFS” version=“1.0.0”
xmlns:cdf=“http://www.opengis.net/cite/data
xmlns:ogc=“http://www.opengis.net/ogc
xmlns:wfs=“http://www.opengis.net/wfs
xmlns:em=“http://www.openplans.org/em”>
<wfs:Delete typeName=“em:Drawing”>
<ogc:Filter>
<ogc:PropertyIsEqualTo>
<ogc:PropertyName>em:user</ogc:PropertyName>
<ogc:Literal>user3</ogc:Literal>
</ogc:PropertyIsEqualTo>
</ogc:Filter>
</wfs:Delete>
</wfs:Transaction>

ERROR:
<ServiceExceptionReport version=“1.2.0” xsi:schemaLocation=“http://www.opengis.net/ogc http://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd”><ServiceException>
java.io.IOException: Shp has extra record
Shp has extra record
Shp has extra record
</ServiceException></ServiceExceptionReport>

What is the problem? It get this error after a view days

Environment:

Debian Etch

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Philipp Schmidt

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your [JIRA administrators](https://jira.codehaus.org/secure/ContactAdministrators!default.jspa). For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)