wfs:Delete does not work anymore with Oracle Datastore since 1.5.2
------------------------------------------------------------------
Key: GEOS-1278
URL: http://jira.codehaus.org/browse/GEOS-1278
Project: GeoServer
Issue Type: Bug
Components: Oracle
Affects Versions: 1.5.2
Environment: GeoServer on Windows Server 2003, Tomcat 5.5.20
Reporter: Gerhard Sommer
Assignee: Andrea Aime
Priority: Critical
The following Transaction (with any FeatureType):
<wfs:Transaction service="WFS" version="1.0.0""
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:wfs="http://www.opengis.net/wfs">
xmlns:vienna="http://www.wien.gv.at/ows/wfs/gml">
<wfs:Delete typeName="vienna:BAGIS2_F">
<ogc:Filter>
<ogc:FeatureId fid="BAGIS2_F.468278"/>
</ogc:Filter>
</wfs:Delete>
</wfs:Transaction>
produces the following exception:
<ServiceExceptionReport version="1.2.0" xsi:schemaLocation="http://www.opengis.net/ogc http://ntgeot.host.magwien.gv.at:8080/geoserver/schemas//wfs/1.0.0/OGC-exception.xsd">
<ServiceException locator="null BAGIS2_F 1">
Feature type could not be found for vienna:BAGIS2_F
</ServiceException>
</ServiceExceptionReport>
You can Yourself reproduce this using the following WFS: http://www.wien.gv.at/gdvextgiststext/wfs
In version 1.5.0 the same request works. Also Insert and Update work and GetFeature is OK also in 1.5.2. This shows, that the feature type is really there and OK.
There have been changes in the Oracle Datastore for this version to get the correct geometry type from the database. Maybe something else was broken by this bug fix?
Best Regards,
Gerhard
--
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