This works:

<wfs:Update typeName="av_dev:PointModel" >
    <wfs:Property>
      <wfs:ValueReference>orientation</wfs:ValueReference>
      <wfs:Value>2</wfs:Value>
    </wfs:Property>
    <fes:Filter>
      <fes:ResourceId rid="7" />
    </fes:Filter>
  </wfs:Update>
</wfs:Transaction>
What has changed is the ogc namespace for the filter was replaced with fes 
(Filter Encoding Specs.) The content of the filter is a "ResourceId" element 
with a "rid" attribute. In my case the rid attribute contains the id of the 
feature only whereas the example from the standard document contains the 
feature type plus the id like this: . (so this is still not clear for me). 
Also, this working request updates an integer attribute ; I did not manage to 
update a geometry attribute, so still accepting help.

Thanks

Guillaume
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to