Namespace ignored in WFS gml for feature member name from oracle sources.
-------------------------------------------------------------------------
Key: GEOS-953
URL: http://jira.codehaus.org/browse/GEOS-953
Project: GeoServer
Issue Type: Bug
Components: Oracle, WFS
Affects Versions: 1.4.1, 1.4.0
Reporter: John Ho
Assigned To: Sean Geoghegan
The gml returned for a getfeature on a oracle spatial feature ignores the namespaces in the feature member name.
Eg.
<wfs:FeatureCollection xsi:schemaLocation="http://www.openplans.org/topp http://localhost:8080/geoserver/wfs/DescribeFeatureType?typeName=topp:CLW_ADMIN_AV http://www.opengis.net/wfs http://localhost:8080/geoserver/schemas/wfs/1.0.0/WFS-basic.xsd">
<gml:boundedBy>
<gml:Box srsName="http://www.opengis.net/gml/srs/epsg.xml#4283">
<gml:coordinates decimal="." cs="," ts=" ">112.86564139,-35.24185028 129.0014125,-13.51013111</gml:coordinates>
</gml:Box>
</gml:boundedBy>
<gml:featureMember>
<gml:CLW_ADMIN_AV fid="CLW_ADMIN_AV.535b58:11110c5fb5b:-7f3a">
<gml:OGR_FID>1</gml:OGR_FID>
<gml:ORA_GEOMETRY>
<gml:Polygon srsName="http://www.opengis.net/gml/srs/epsg.xml#4283">
<gml:outerBoundaryIs>
<gml:LinearRing>
...
This line <gml:CLW_ADMIN_AV fid="CLW_ADMIN_AV.535b58:11110c5fb5b:-7f3a"> is suppose to be
<topp:CLW_ADMIN_AV fid="CLW_ADMIN_AV.535b58:11110c5fb5b:-7f3a">
I have compared the gml that is produced from SDE, postGIS and shape all have the namespace included. I'm not sure why gml from oracle sources ignores the namespace. Any help would be great.
--
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