Hi Kris,

It seems you are right... I tried to update only one column at time.

It works for all column except those one:
                <wfs:Property>
                        <wfs:Name>the_geom</wfs:Name>
                        <wfs:Value>
                                <gml:Point 
srsName="http://www.opengis.net/gml/srs/epsg.xml#EPSG:21781";>
                                        <gml:pos>538698.2299984342 
182479.15984712465</gml:pos>
                                </gml:Point>
                        </wfs:Value>
                </wfs:Property>
EXCEPTION: 
org.xml.sax.SAXParseException: The prefix &quot;gml&quot; for element
&quot;gml:Point&quot; is not bound.
The prefix &quot;gml&quot; for element &quot;gml:Point&quot; is not bound.

                <wfs:Property>
                        <wfs:Name>rue</wfs:Name>
                        <wfs:Value>COIN DE TERRE, Rue du</wfs:Value>
                </wfs:Property>
EXCEPTION:
org.geoserver.wfs.WFSException: update error
        at
org.geoserver.wfs.response.v1_1_0.TransactionResponse.write(TransactionResponse.java:49)
        at org.geoserver.ows.Dispatcher.response(Dispatcher.java:712)
        at 
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:216)
        at
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
        at
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
        at
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
        at
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
        .....

Do you have an idea for those exception?


Kris Geusebroek wrote:
> 
> Hi Jerome,
> 
> Could it be the data? The invalidParameterValue exception in combination
> with the value 48/6 in the id_comb column looks a bit tricky to me.
> Perhaps the / needs to be encoded or escaped or so?
> 
> Cheers Kris
> 
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/OL%2C-WFST-T%2C-Geoserver-%7C-Problem-on-update-tp3397344p3398368.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to