[Geoserver-devel] [jira] Created: (GEOS-1672) Delete returns non-empty InsertResult

Delete returns non-empty InsertResult
-------------------------------------

                 Key: GEOS-1672
                 URL: http://jira.codehaus.org/browse/GEOS-1672
             Project: GeoServer
          Issue Type: Bug
         Environment: artois.openplans.org/ (artois.openplans.org/annotation_demo)
            Reporter: Tim Coulter
            Assignee: Andrea Aime

This delete request returns a non-empty InsertResult:

<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs&quot; version="1.0.0" service="WFSV"><wfs:Delete typeName="topp:notes"><ogc:Filter xmlns:ogc="http://www.opengis.net/ogc&quot;&gt;&lt;ogc:FeatureId fid="notes.99"/></ogc:Filter></wfs:Delete></wfs:Transaction>

Result:
<?xml version="1.0" encoding="UTF-8"?><wfs:WFS_TransactionResponse version="1.0.0" xmlns:wfs="http://www.opengis.net/wfs&quot; xmlns:ogc="http://www.opengis.net/ogc&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation="http://www.opengis.net/wfs http://artois.openplans.org:8080/geoserver/schemas/wfs/1.0.0/WFS-transaction.xsd&quot;&gt;&lt;wfs:InsertResult&gt;&lt;ogc:FeatureId fid="none"/></wfs:InsertResult> <wfs:TransactionResult> <wfs:Status> <wfs:SUCCESS/> </wfs:Status> </wfs:TransactionResult></wfs:WFS_TransactionResponse>

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