Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.0-RC4
-
Fix Version/s: 1.7.1
-
Component/s: Versioning
-
Labels:None
-
Number of attachments :
Description
I get a RuntimeException in the response to the following request against geo.openplans.org/sensible:
<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>
<?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>
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.
Verbose exception: