Hi list,
again i tried to perform a transaction insert, but it failed with this exception message:
java.lang.RuntimeException: Parsing failed for Point: com.vividsolutions.jts.util.AssertionFailedException Parsing failed for Point: com.vividsolutions.jts.util.AssertionFailedException null
<wfs:Transaction service=“WFS” version=“1.0.0” xmlns:wfs=“http://www.opengis.net/wfs” xmlns:ora=“http://umwelt.hessen.de/oracle” xmlns:sde=“http://umwelt.hessen.de/arcsde” xmlns:topp=“http://www.openplans.org/topp” xmlns:gml=“http://www.opengis.net/gml” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=“http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd”>
wfs:Insert
<ora:KA_KOM_EINL_SDO fid=“KA_KOM_EINL_SDO.nfm-756f8fbf_11ac937f759_-8000”>
ora:OBJECTID726</ora:OBJECTID>
ora:ABW_ANL_ID800000059</ora:ABW_ANL_ID>
ora:EXT_KA_NR07000000000-1</ora:EXT_KA_NR>
ora:KA_NAMEEntenhausen</ora:KA_NAME>
ora:KA_ZUSATZNAMEEntenhausen</ora:KA_ZUSATZNAME>
ora:BETREI_ID100001832</ora:BETREI_ID>
ora:BETREIBER_NAMETSV Entenhausen</ora:BETREIBER_NAME>
ora:BETREIBER_ANREDEDonal Duck</ora:BETREIBER_ANREDE>
ora:BETREIBER_ADRESSATDonald</ora:BETREIBER_ADRESSAT>
ora:EINLEITESTELLE_ID9000</ora:EINLEITESTELLE_ID>
ora:EINLEITESTELLE_BEZBla</ora:EINLEITESTELLE_BEZ>
ora:GEMARKGEntenhausen</ora:GEMARKG>
ora:RECHTSWERT3489186</ora:RECHTSWERT>
ora:HOCHWERT5473595</ora:HOCHWERT>
ora:TK25_KARTE6217</ora:TK25_KARTE>
ora:VERSICKERG_JNnein</ora:VERSICKERG_JN>
ora:GEWAE_NR239628</ora:GEWAE_NR>
ora:GEWAE_HAUPTNAMEFanggraben</ora:GEWAE_HAUPTNAME>
ora:GEWAE_EZG76.593</ora:GEWAE_EZG>
ora:WASSERKOERPERDEHE_239628.1</ora:WASSERKOERPER>
ora:MITTL_NIEDRWA_ABFL74</ora:MITTL_NIEDRWA_ABFL>
ora:ERLAUB_BEHOERDERP Walt Disney</ora:ERLAUB_BEHOERDE>
ora:RECHTL_AKTUELLja</ora:RECHTL_AKTUELL>
ora:ERLAUB_ID100026525</ora:ERLAUB_ID>
ora:LETZTE_ERLAUB_DAT2000-05-15</ora:LETZTE_ERLAUB_DAT>
ora:STAND2008-03-10</ora:STAND>
ora:SHAPE
<gml:Point srsName=“http://www.opengis.net/gml/srs/epsg.xml#31467”>
<gml:coordinates xmlns:gml=“http://www.opengis.net/gml” decimal=“.” cs=“,” ts=" ">3489186 5473595</gml:coordinates>
</gml:Point>
</ora:SHAPE>
</ora:KA_KOM_EINL_SDO>
</wfs:Insert>
</wfs:Transaction>
I’m using geoserver 1.6.3 with oracle backend. Does anyone know what the exception means?
Thanks
Albrecht