Hi,

I'm sure (I suppose) it's the same as I've just imported the data directory 
from my previous installation. That should be enoguh, isn't it?

This a describe feature type request to the same layer but in GeoServer 2.0.2

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:IKT="http://192.168.3.15/ikt"; 
xmlns:cite="http://www.opengeospatial.net/cite"; 
xmlns:gml="http://www.opengis.net/gml"; 
xmlns:it.geosolutions="http://www.geo-solutions.it"; 
xmlns:nurc="http://www.nurc.nato.int"; xmlns:sde="http://geoserver.sf.net"; 
xmlns:sf="http://www.openplans.org/spearfish"; 
xmlns:tiger="http://www.census.gov"; xmlns:topp="http://www.openplans.org/topp"; 
elementFormDefault="qualified" targetNamespace="http://192.168.3.15/ikt";>
  <xsd:import namespace="http://www.opengis.net/gml"; 
schemaLocation="http://192.168.3.15:80/geoserver/schemas/gml/2.1.2/feature.xsd"/>
  <xsd:complexType name="prueba_wfstType">
    <xsd:complexContent>
      <xsd:extension base="gml:AbstractFeatureType">
        <xsd:sequence>
          <xsd:element maxOccurs="1" minOccurs="0" name="GID" nillable="true" 
type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="PROVINCIA" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="MUNICIPIO" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="POLIGONO" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="PARCELA" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="RECINTO" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="DN_SURFACE" 
nillable="true" type="xsd:double"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="DN_PERIMET" 
nillable="true" type="xsd:double"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="ELEGIBILID" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="COEF_REGAD" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="COEF_PASTO" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="PARCELA_AG" 
nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="DN_OID" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="FECHA" nillable="true" 
type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="USO_SIGPAC" 
nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="USO_2003" 
nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="PENDIENTE" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="GEOMETRY" 
nillable="true" type="gml:GeometryPropertyType"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:element name="prueba_wfst" substitutionGroup="gml:_Feature" 
type="IKT:prueba_wfstType"/>
</xsd:schema>


And this is the same request but in the migrating-test server

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsd:schema xmlns:IKT="http://192.168.3.17/ikt"; 
xmlns:cite="http://www.opengeospatial.net/cite"; 
xmlns:gml="http://www.opengis.net/gml"; 
xmlns:it.geosolutions="http://www.geo-solutions.it"; 
xmlns:nurc="http://www.nurc.nato.int"; xmlns:sde="http://geoserver.sf.net"; 
xmlns:sf="http://www.openplans.org/spearfish"; 
xmlns:tiger="http://www.census.gov"; xmlns:topp="http://www.openplans.org/topp"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" 
targetNamespace="http://192.168.3.17/ikt";>
  <xsd:import namespace="http://www.opengis.net/gml"; 
schemaLocation="http://192.168.3.17:80/geoserver/schemas/gml/2.1.2/feature.xsd"/>
  <xsd:complexType name="prueba_wfstType">
    <xsd:complexContent>
      <xsd:extension base="gml:AbstractFeatureType">
        <xsd:sequence>
          <xsd:element maxOccurs="1" minOccurs="1" name="GID" nillable="false" 
type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="PROVINCIA" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="MUNICIPIO" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="POLIGONO" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="PARCELA" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="RECINTO" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="DN_SURFACE" 
nillable="true" type="xsd:double"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="DN_PERIMET" 
nillable="true" type="xsd:double"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="ELEGIBILID" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="COEF_REGAD" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="COEF_PASTO" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="PARCELA_AG" 
nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="DN_OID" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="FECHA" nillable="true" 
type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="USO_SIGPAC" 
nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="USO_2003" 
nillable="true" type="xsd:string"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="PENDIENTE" 
nillable="true" type="xsd:decimal"/>
          <xsd:element maxOccurs="1" minOccurs="0" name="GEOMETRY" 
nillable="true" type="gml:GeometryPropertyType"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:element name="prueba_wfst" substitutionGroup="gml:_Feature" 
type="IKT:prueba_wfstType"/>
</xsd:schema>

We've cloned the old server to test the migration progress. In that new server 
is where I'm doing the migration.
Deleting geometries works fine, I've tested it.

Do you think it could be a BUG?

Thanks.

Regards,
 

David Alda Fernández de Lezea

 

INFORMAZIO ETA TEKNOLOGIA UNITATEA / UNIDAD DE INFORMACIÓN Y TECNOLOGÍA 

 

Granja Modelo s/n

01192 Arkaute Araba
T 945 003 295 F 945 003 290

[email protected] <blocked::mailto:[email protected]>  | www.hazi.es 
<blocked::http://www.hazi.es/> 

 

 <file://C:\Documents and Settings\u0899dal\Datos de 
programa\Microsoft\Signatures\HAZI Consultoria_archivos\image001.jpg> 

<blocked::http://www.hazi.es/>  

*********************  LEGE OHARRA   *******************   AVISO LEGAL   
*******************   DISCLAIMER   ******************

Mezu hau pertsonala eta isilpekoa da eta baimenik gabeko erabilera debekatua 
dago legalki. Jasotzailea ez bazara ezabatu mezua, bidali eta kontserbatu gabe.

Este mensaje es personal y confidencial y su uso no autorizado está prohibido 
legalmente. Si usted no es el destinatario, proceda a borrarlo, sin reenviarlo 
ni conservarlo.

This message is personal and confidential, unauthorised use is legally 
prohibited. If you are not the intended recipient, delete it without resending 
or backing it.

 

________________________________

De: [email protected] [mailto:[email protected]] En nombre de Andrea 
Aime
Enviado el: viernes, 01 de marzo de 2013 8:33
Para: David Alda Fernandez de Lezea
CC: [email protected]; Justin Deoliveira
Asunto: Re: [Geoserver-users] Error performing insert GeoServer 2.2.4


On Fri, Mar 1, 2013 at 8:06 AM, David Alda Fernandez de Lezea <[email protected]> 
wrote:


        Hi,
        
        Any news about this issue? If you require further information, please 
contact me.
        


I'd suggest you open a bug report on jira.codehaus.org with all that's required 
to reproduce
the issue, such as a database dump, the request, and whatever extra 
configuration you might
have added in GeoServer.

Out of curiosity, you're 100% sure that the typename and the namespace URI do 
match
what you have in the GeoServer configuration?

Cheers
Andrea
 
-- 

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more 
information.
==

Ing. Andrea Aime 
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to