Hi list,<br><br><br>I try to update point on vector layer but it's doesn't work.<br><br>My request:<br><pre><wfs:Transaction xmlns:wfs="<a href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</a>" service="WFS" version="1.1.0" xsi:schemaLocation<br>
="<a href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</a> <a href="http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">http://schemas.opengis.net/wfs/1.1.0/wfs.xsd</a>" xmlns:xsi="<a href="http://www.w3.org">http://www.w3.org</a><br>
/2001/XMLSchema-instance"><wfs:Update typeName="feature:titi" xmlns:feature="<a href="http://www.openplans.org">http://www.openplans.org</a><br>/topp"><wfs:Property><wfs:Name>the_geom</wfs:Name><wfs:Value><gml:Point xmlns:gml="<a href="http://www.opengis">http://www.opengis</a><br>
.net/gml" srsName="EPSG:900913"><gml:pos>616388.1960058601 6310641.054345695</gml:pos></gml:Point></wfs<br>:Value></wfs:Property><wfs:Property><wfs:Name>nom</wfs:Name><wfs:Value>tet</wfs:Value></wfs:Property<br>
><wfs:Property><wfs:Name>adress</wfs:Name><wfs:Value>aq</wfs:Value></wfs:Property><ogc:Filter xmlns:ogc<br>="<a href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</a>"><ogc:FeatureId fid="titi.14"/></ogc:Filter></wfs:Update></wfs:Transaction<br>
><br><br><br></pre>Geoserver response:<br><pre><?xml version="1.0" encoding="UTF-8"?><br><ows:ExceptionReport version="1.0.0"<br> xsi:schemaLocation="<a href="http://www.opengis.net/ows">http://www.opengis.net/ows</a> <a href="http://192.168.40.136:8080/geoserver/schemas/ows/1.0">http://192.168.40.136:8080/geoserver/schemas/ows/1.0</a><br>
.0/owsExceptionReport.xsd"<br> xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>" xmlns:ows="<a href="http://www.opengis.net/ows">http://www.opengis.net/ows</a>"><br>
<ows:Exception exceptionCode="InvalidParameterValue"><br> <ows:ExceptionText>update error</ows:ExceptionText><br> <ows:ExceptionText>Details:</ows:ExceptionText><br> <ows:ExceptionText>org.geoserver.wfs.WFSException: update error<br>
        at org.geoserver.wfs.response.v1_1_0.TransactionResponse.write(TransactionResponse.java:49)<br>        at org.geoserver.ows.Dispatcher.response(Dispatcher.java:712)<br></pre>I don't find the "InvalidParameterValue". If I make an insert it's work.<br>
Do you have an idea?<br><br>Thanks <br><br>Jim<br>