RuntimeException on Rollback
----------------------------
Key: GEOS-2322
URL: http://jira.codehaus.org/browse/GEOS-2322
Project: GeoServer
Issue Type: Bug
Components: Versioning
Affects Versions: 1.7.0-RC4
Reporter: Sebastian Benthall
Assignee: Andrea Aime
I get a RuntimeException in the response to the following request against geo.openplans.org/sensible:
{code}
<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs" service="WFSV" version="1.1.0">
<wfsv:Rollback xmlns:wfsv="http://www.opengis.net/wfsv" typeName="sf:archsites" toFeatureVersion="9"/>
</wfs:Transaction>
{code}
{code}
<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows http://geo.openplans.org:80/sensible/schemas/ows/1.0.0/owsExceptionReport.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ows="http://www.opengis.net/ows">
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>java.lang.RuntimeException: Parsing
failed for Rollback: java.lang.NullPointerException
Parsing failed for Rollback:
java.lang.NullPointerException null</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
{code}
Not sure whether this is because something is wrong on the backend or my request is invalid, but a more informative error message would help me determine that.
--
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