Hi list,<br><br><br>I try to update point on vector layer but it&#39;s doesn&#39;t work.<br><br>My request:<br><pre>&lt;wfs:Transaction xmlns:wfs=&quot;<a href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</a>&quot; service=&quot;WFS&quot; version=&quot;1.1.0&quot; xsi:schemaLocation<br>
=&quot;<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>&quot; xmlns:xsi=&quot;<a href="http://www.w3.org">http://www.w3.org</a><br>
/2001/XMLSchema-instance&quot;&gt;&lt;wfs:Update typeName=&quot;feature:titi&quot; xmlns:feature=&quot;<a href="http://www.openplans.org">http://www.openplans.org</a><br>/topp&quot;&gt;&lt;wfs:Property&gt;&lt;wfs:Name&gt;the_geom&lt;/wfs:Name&gt;&lt;wfs:Value&gt;&lt;gml:Point xmlns:gml=&quot;<a href="http://www.opengis">http://www.opengis</a><br>
.net/gml&quot; srsName=&quot;EPSG:900913&quot;&gt;&lt;gml:pos&gt;616388.1960058601 6310641.054345695&lt;/gml:pos&gt;&lt;/gml:Point&gt;&lt;/wfs<br>:Value&gt;&lt;/wfs:Property&gt;&lt;wfs:Property&gt;&lt;wfs:Name&gt;nom&lt;/wfs:Name&gt;&lt;wfs:Value&gt;tet&lt;/wfs:Value&gt;&lt;/wfs:Property<br>
&gt;&lt;wfs:Property&gt;&lt;wfs:Name&gt;adress&lt;/wfs:Name&gt;&lt;wfs:Value&gt;aq&lt;/wfs:Value&gt;&lt;/wfs:Property&gt;&lt;ogc:Filter xmlns:ogc<br>=&quot;<a href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</a>&quot;&gt;&lt;ogc:FeatureId fid=&quot;titi.14&quot;/&gt;&lt;/ogc:Filter&gt;&lt;/wfs:Update&gt;&lt;/wfs:Transaction<br>
&gt;<br><br><br></pre>Geoserver response:<br><pre>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>&lt;ows:ExceptionReport version=&quot;1.0.0&quot;<br>  xsi:schemaLocation=&quot;<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&quot;<br>  xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot; xmlns:ows=&quot;<a href="http://www.opengis.net/ows">http://www.opengis.net/ows</a>&quot;&gt;<br>
  &lt;ows:Exception exceptionCode=&quot;InvalidParameterValue&quot;&gt;<br>    &lt;ows:ExceptionText&gt;update error&lt;/ows:ExceptionText&gt;<br>    &lt;ows:ExceptionText&gt;Details:&lt;/ows:ExceptionText&gt;<br>    &lt;ows:ExceptionText&gt;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&#39;t find the &quot;InvalidParameterValue&quot;. If I make an insert it&#39;s work.<br>
Do you have an idea?<br><br>Thanks <br><br>Jim<br>