Buenas Javier, Prueba a ver el log de geoserver. Es posible que se trate de alguna restricción de integridad.
Un saludo. El 17/07/2014 16:57, "Javier Diaz" <[email protected]> escribió: > Buen dia gente. > Alguien usando servicios WFS T? > > Actualmente estoy usando GeoServer 2.1.4. > Estoy teniendo estos errores. Al insertar un feature y guardarlo: > > Post: > > <wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs" service="WFS" > version="1.1.0" xsi:schemaLocation="http://www.opengis.net/wfs > http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"> > <wfs:Insert> > <feature:pavimento_160611 xmlns:feature="javier3"> > <feature:the_geom> > <gml:MultiCurve xmlns:gml="http://www.opengis.net/gml" > srsName="EPSG:900913"> > <gml:curveMember> > <gml:LineString> > <gml:posList>-6490024.3033850035 -4132539.3569971127 -6489931.729029 > -4132560.6378563</gml:posList> > </gml:LineString> > </gml:curveMember> > </gml:MultiCurve> > </feature:the_geom> > </feature:pavimento_160611> > </wfs:Insert> > </wfs:Transaction> > > Respuesta: > > <ows:Exception exceptionCode="InvalidParameterValue"> > <ows:ExceptionText>Error performing insert: Error inserting > features</ows:ExceptionText> > </ows:Exception> > > Al actualizar un feature: > > Post: (parte...) > > <wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs" service="WFS" > version="1.1.0" xsi:schemaLocation="http://www.opengis.net/wfs > http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"> > <wfs:Update typeName="postgis3:pavimento_160611" xmlns:postgis3="javier3"> > <wfs:Property> > <wfs:Name>the_geom</wfs:Name> > <wfs:Value> > <gml:MultiCurve xmlns:gml="http://www.opengis.net/gml" > srsName="EPSG:900913"> > <gml:curveMember> > <gml:LineString> > <gml:posList>-6490301.567365138 -4132488.607738113 -6490350.938355866 > -4132680.0707130195</gml:posList> > </gml:LineString> > </gml:curveMember> > </gml:MultiCurve> > </wfs:Value> > </wfs:Property> > <wfs:Property> > <wfs:Name>gid</wfs:Name> > </wfs:Property> > > Respuesta > > <ows:Exception exceptionCode="InvalidParameterValue"> > <ows:ExceptionText>Update error: Error occured updating > features</ows:ExceptionText> > </ows:Exception> > > Alguna pista de donde puede estar el problema?? > > Saludos > Javier > > _______________________________________________ > Spanish mailing list > http://lists.osgeo.org/mailman/listinfo/spanish > http://es.osgeo.org > http://twitter.com/osgeoes >
_______________________________________________ Spanish mailing list http://lists.osgeo.org/mailman/listinfo/spanish http://es.osgeo.org http://twitter.com/osgeoes
