[Geoserver-users] WFS-T Updates and Oracle Spatial

I am using geoserver 2.7.2 and QGIS 2.4 and am trying to update an Oracle spatial geometry via WFS-T. I got a Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to com.vividsolutions.jts.geom.Geometry error whenever I attempt the edit. Has anyone been successful in using Geoserver to do WFS-T updates on Oracle geometries? The request looks fine and the feature is defined as a Geometry so it seems like it should work.

BESTGEOMETRY<gml:Point srsName=“EPSG:4326”><gml:coordinates cs=“,” ts=" ">-104.01594128108584414,5.30989706503926229</gml:coordinates></gml:Point>

On Tue, Aug 18, 2015 at 3:45 PM, Robert Price <rprice314@anonymised.com> wrote:

I am using geoserver 2.7.2 and QGIS 2.4 and am trying to update an Oracle
spatial geometry via WFS-T. I got a Caused by:
java.lang.ClassCastException: java.lang.String cannot be cast to
com.vividsolutions.jts.geom.Geometry error whenever I attempt the edit. Has
anyone been successful in using Geoserver to do WFS-T updates on Oracle
geometries? The request looks fine and the feature is defined as a Geometry
so it seems like it should work.

<Transaction xmlns="http://www.opengis.net/wfs&quot; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance&quot; version="1.0.0" xmlns:cite="
http://www.opengeospatial.net/cite&quot; service="WFS" xsi:schemaLocation="
http://www.opengeospatial.net/cite
http://cfpe-azdev1:5027/geoserver/wfs?SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=DescribeFeatureType&amp;TYPENAME=cite:V_BUOYWFS&amp;SRSNAME=EPSG:4326&quot;
xmlns:gml="http://www.opengis.net/gml&quot;&gt;&lt;Update xmlns="
http://www.opengis.net/wfs&quot; typeName="cite:V_BUOYWFS"><Property xmlns="
http://www.opengis.net/wfs&quot;&gt;&lt;Name xmlns="http://www.opengis.net/wfs&quot;&gt;BESTGEOMETRY&lt;/Name&gt;&lt;Value
xmlns="http://www.opengis.net/wfs&quot;&gt;&lt;gml:Point
srsName="EPSG:4326"><gml:coordinates cs="," ts="
">-104.01594128108584414,5.30989706503926229</gml:coordinates></gml:Point></Value></Property><Filter
xmlns="http://www.opengis.net/ogc&quot;&gt;&lt;FeatureId xmlns="
http://www.opengis.net/ogc&quot;
fid="V_BUOYWFS.5426110"/></Filter></Update></Transaction>

Hi,
I don't have time to check right now, but normally when that type of cast
error happens, it means the parser was unable
to recognize that geometry as a valid one, and created a String instead.
Could there be a GML version mismatch for example? Like, the GML to define
a point changes
from version to version.

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------

Thanks. Seems to be an issue qith QGIS. The QGIS wfs-t request is not using an alias for the wfs namespace and is calling it directly. This is causing an error in processing. i will see if I can change this in QGIS.

–what I want
xmlns:wfs=“http://www.opengis.net/wfs
<wfs:Update typeName=“cite:V_BUOYWFS”>

–what QGIS is doing


From: Andrea Aime andrea.aime@anonymised.com
To: Robert Price rprice314@anonymised.com
Cc:geoserver-users@lists.sourceforge.netgeoserver-users@lists.sourceforge.net
Sent: Tuesday, August 18, 2015 9:02 AM
Subject: Re: [Geoserver-users] WFS-T Updates and Oracle Spatial

On Tue, Aug 18, 2015 at 3:45 PM, Robert Price <rprice314@anonymised.com> wrote:

I am using geoserver 2.7.2 and QGIS 2.4 and am trying to update an Oracle spatial geometry via WFS-T. I got a Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to com.vividsolutions.jts.geom.Geometry error whenever I attempt the edit. Has anyone been successful in using Geoserver to do WFS-T updates on Oracle geometries? The request looks fine and the feature is defined as a Geometry so it seems like it should work.

BESTGEOMETRY<gml:Point srsName=“EPSG:4326”><gml:coordinates cs=“,” ts=" ">-104.01594128108584414,5.30989706503926229</gml:coordinates></gml:Point>

Hi,
I don’t have time to check right now, but normally when that type of cast error happens, it means the parser was unable
to recognize that geometry as a valid one, and created a String instead.
Could there be a GML version mismatch for example? Like, the GML to define a point changes
from version to version.

Cheers
Andrea

==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


On Tue, Aug 18, 2015 at 7:58 PM, Robert Price <rprice314@anonymised.com> wrote:

Thanks. Seems to be an issue qith QGIS. The QGIS wfs-t request is not
using an alias for the wfs namespace and is calling it directly. This is
causing an error in processing. i will see if I can change this in QGIS.

--what I want
xmlns:wfs="http://www.opengis.net/wfs&quot;
<wfs:Update typeName="cite:V_BUOYWFS">

--what QGIS is doing
<Update xmlns="http://www.opengis.net/wfs&quot; typeName="cite:V_BUOYWFS">

Ah, good catch. Repeating the xmlns for each and every element seems truly
weird, it's rather
wasteful, but I'm afraid it's valid XML (just butt ugly one), so one could
also ask
GeoServer GML parsers to comply. Not sure how hard the fix would be though.

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------