On Tue, Feb 26, 2013 at 8:37 AM, David Alda Fernandez de Lezea <
[email protected]> wrote:

> Hi Andrea,
>
> You were right there is a "Source was null trying..." error too.
>
> 2013-02-25 13:16:03,032 ERROR [org.geoserver.ows] -
> org.geoserver.wfs.WFSException: Error performing insert: Source was null
> in trying to create a reprojected feature collection!
>

This is the same error you got in the OWS service exception. Is there any
before it?


> But I'm not making any reprojection. What could be wrong? I've been
> checking the differences between the two versions and I've noticed that
> when configuring the WFS Service in version 2.0.2 I have  SRS Style for GML
> 2 -> XML and SRS for GML3 -> URN but in version 2.2.4 those values don't
> appear in the lists. Whta configuration would be the same in the newer
> version?
>

Err... you should have exactly the same?

In your wfs.xml there should be:

...
  <verbose>false</verbose>
  <gml>
    <entry>

<org.geoserver.wfs.WFSInfo_-Version>V_10</org.geoserver.wfs.WFSInfo_-Version>
      <org.geoserver.wfs.GMLInfoImpl>
        <srsNameStyle>XML</srsNameStyle>
        <overrideGMLAttributes>true</overrideGMLAttributes>
      </org.geoserver.wfs.GMLInfoImpl>
    </entry>
    <entry>

<org.geoserver.wfs.WFSInfo_-Version>V_11</org.geoserver.wfs.WFSInfo_-Version>
      <org.geoserver.wfs.GMLInfoImpl>
        <srsNameStyle>URN</srsNameStyle>
        <overrideGMLAttributes>false</overrideGMLAttributes>
      </org.geoserver.wfs.GMLInfoImpl>
    </entry>
  </gml>
  <serviceLevel>COMPLETE</serviceLevel>
...

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