[Geoserver-users] cascaded polygon WFS Layer does not deliver features

Hello,

first of all thank you for taking the time to look into this issue.

I am not using GeoServer long, using

Build Information

     Version 2.6.1
     Git Revision 022e561e62fcb9fe022a3dad87fdfca9ed04fe98
     Build Date 15-Nov-2014 10:59
     GeoTools Version 12.1 (rev d9591f70f29ae861bf48a7b2fc714959f360d3c4)
     GeoWebCache Version 1.6.0 (rev 1.6.x/8beca4056f2c4873adbf6758b2ab12f65cebf7a0)

with Tomcat server on Ubuntu.

Geoserver runs just fine on all but one layer. I retrieve this layer from a WFS and want to reissue it as WMS or WFS respectively. My request in Firefox is:
http://localhost:8081/geoserver/wfs?service=wfs&version=2.0.0&request=GetFeature&typeNames=MyName:HU&srsName=EPSG:3857&bbox=791887,6570526,792040,6570679

The answer is:
<wfs:FeatureCollection numberMatched="18" numberReturned="18" timeStamp="2014-12-12T15:58:50.800Z" xsi:schemaLocation="http://www.opengis.net/gml/3.2 http://localhost:8081/geoserver/schemas/gml/3.2.1/gml.xsd http://www.opengis.net/wfs/2.0 http://localhost:8081/geoserver/schemas/wfs/2.0/wfs.xsd http://www.opengis.net/wfs http://localhost:8081/geoserver/wfs?service=WFS&version=2.0.0&request=DescribeFeatureType&typeName=demo%3AHU&quot;/&gt;

Without any of the 18 features that should be there :-(. I am quite sure I got the CRS right since an almost identical layer shows up right.

If I send the request to the original server I get:
<ogcwfs:FeatureCollection xsi:schemaLocation="http://www.opengis.net/wfs http://vertrieb.de:80/demo?REQUEST=DescribeFeatureType&REQUEST=DescribeAllFeatureType&SERVICE=WFS&quot;&gt;&lt;gml:boundedBy&gt;&lt;gml:Envelope srsName="EPSG:25832"><gml:lowerCorner>367857.664 5619579.556</gml:lowerCorner><gml:upperCorner>367900.97 5619611.392</gml:upperCorner></gml:Envelope></gml:boundedBy><gml:featureMember><demo:TB><demo:ID>36296255</demo:UMRING_ID><demo:FLAECHE>61.75</demo:FLAECHE><demo:UMFANG>35.46</demo:UMFANG><demo:UMRING_UTM32><gml:Surface srsName="EPSG:25832"><gml:patches><gml:PolygonPatch><gml:exterior><gml:LinearRing srsName="EPSG:25832"><gml:pos>367866.938 5619589.435</gml:pos><gml:pos>367862.595 5619586.032</gml:pos><gml:pos>367860.739 5619588.372</gml:pos><gml:pos>367857.664 5619585.958</gml:pos><gml:pos>367863.099 5619579.556</gml:pos><gml:pos>367870.366 5619585.239</gml:pos><gml:pos>367866.938 5619589.435</gml:pos></gml:LinearRing></gml:exterior></gml:PolygonPatch></gml:patches></gml:Surface></demo:UMRING_UTM32></HU></gml:featureMember>

....
and so on but with 4 features, not 18.

So it seems to me the features are retrieved from the original server but no delivered to me.
The strange thing is that another (point) layer is delivered correctly from the same source.

I am searching for this since two days and do not find a clue (neither in the handbook, nor in the search engines or archives).

Sorry this mail is lengthy since I do send my configuration and log for you to see.

I really appreciate your help.

Best

Lars

This is my wfs.xml

<wfs>
   <id>WFSInfoImpl--1b7e9af1:14a345aa012:-7fec</id>
   <workspace>
<id>WorkspaceInfoImpl--1b7e9af1:14a345aa012:-8000</id>
   </workspace>
   <enabled>true</enabled>
   <name>WFS</name>
   <title>demo WFS</title>
   <maintainer>http://www.demo.de</maintainer>
   <abstrct>Test Implementation only!</abstrct>
   <accessConstraints>NONE</accessConstraints>
   <fees>NONE</fees>
   <versions>
     <org.geotools.util.Version>
       <version>1.0.0</version>
     </org.geotools.util.Version>
     <org.geotools.util.Version>
       <version>1.1.0</version>
     </org.geotools.util.Version>
     <org.geotools.util.Version>
       <version>2.0.0</version>
     </org.geotools.util.Version>
   </versions>
   <keywords>
     <string>WFS</string>
     <string>WMS</string>
     <string>GEOSERVER</string>
   </keywords>
   <metadataLink/>
   <citeCompliant>false</citeCompliant>
<onlineResource>http://www.opengis.net/wfs&lt;/onlineResource&gt;
<schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
   <verbose>false</verbose>
   <metadata>
     <entry key="SHAPE-ZIP_DEFAULT_PRJ_IS_ESRI">false</entry>
   </metadata>
   <gml>
     <entry>
       <version>V_20</version>
       <gml>
         <srsNameStyle>URN2</srsNameStyle>
<overrideGMLAttributes>false</overrideGMLAttributes>
       </gml>
     </entry>
     <entry>
       <version>V_11</version>
       <gml>
         <srsNameStyle>URN</srsNameStyle>
<overrideGMLAttributes>false</overrideGMLAttributes>
       </gml>
     </entry>
     <entry>
       <version>V_10</version>
       <gml>
         <srsNameStyle>XML</srsNameStyle>
<overrideGMLAttributes>false</overrideGMLAttributes>
       </gml>
     </entry>
   </gml>
   <serviceLevel>COMPLETE</serviceLevel>
   <maxFeatures>5000</maxFeatures>
   <featureBounding>false</featureBounding>
<canonicalSchemaLocation>false</canonicalSchemaLocation>
   <encodeFeatureMember>true</encodeFeatureMember>
   <hitsIgnoreMaxFeatures>false</hitsIgnoreMaxFeatures>
</wfs>

and the datastore.xml

<dataStore>
   <id>DataStoreInfoImpl--1b7e9af1:14a345aa012:-7ffe</id>
   <name>HU</name>
   <description>HU</description>
   <type>Web Feature Server (NG)</type>
   <enabled>true</enabled>
   <workspace>
<id>WorkspaceInfoImpl--1b7e9af1:14a345aa012:-8000</id>
   </workspace>
   <connectionParameters>
     <entry key="WFSDataStoreFactory:USERNAME">demo</entry>
     <entry key="WFSDataStoreFactory:PROTOCOL">false</entry>
     <entry key="usedefaultsrs">false</entry>
     <entry key="WFSDataStoreFactory:WFS_STRATEGY">auto</entry>
     <entry key="namespace">http://www.opengis.net/wfs&lt;/entry&gt;
     <entry key="WFSDataStoreFactory:GET_CAPABILITIES_URL">http://vertrieb.de:80/demo&lt;/entry&gt;
     <entry key="WFSDataStoreFactory:MAXFEATURES">5000</entry>
     <entry key="WFSDataStoreFactory:TRY_GZIP">false</entry>
     <entry key="WFSDataStoreFactory:LENIENT">true</entry>
     <entry key="WFSDataStoreFactory:TIMEOUT">3000</entry>
     <entry key="WFSDataStoreFactory:PASSWORD">blablub</entry>
     <entry key="WFSDataStoreFactory:BUFFER_SIZE">30000</entry>
     <entry key="WFSDataStoreFactory:ENCODING">UTF-8</entry>
     <entry key="WFSDataStoreFactory:AXIS_ORDER_FILTER">Compliant</entry>
     <entry key="WFSDataStoreFactory:AXIS_ORDER">Compliant</entry>
   </connectionParameters>
   <__default>false</__default>
</dataStore>

and the layer definition:

<featureType>
<id>FeatureTypeInfoImpl-2444c4fe:14a3e3ee97e:-7fc4</id>
   <name>HU</name>
   <nativeName>demo</nativeName>
   <namespace>
<id>NamespaceInfoImpl--1b7e9af1:14a345aa012:-7fff</id>
   </namespace>
   <title>demo</title>
   <nativeCRS class="projected">PROJCS[&quot;ETRS89 / UTM zone 32N&quot;,
   GEOGCS[&quot;ETRS89&quot;,
     DATUM[&quot;European Terrestrial Reference System 1989&quot;,
       SPHEROID[&quot;GRS 1980&quot;, 6378137.0, 298.257222101, AUTHORITY[&quot;EPSG&quot;,&quot;7019&quot;]],
       TOWGS84[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
       AUTHORITY[&quot;EPSG&quot;,&quot;6258&quot;]],
     PRIMEM[&quot;Greenwich&quot;, 0.0, AUTHORITY[&quot;EPSG&quot;,&quot;8901&quot;]],
     UNIT[&quot;degree&quot;, 0.017453292519943295],
     AXIS[&quot;Geodetic longitude&quot;, EAST],
     AXIS[&quot;Geodetic latitude&quot;, NORTH],
     AUTHORITY[&quot;EPSG&quot;,&quot;4258&quot;]],
   PROJECTION[&quot;Transverse_Mercator&quot;, AUTHORITY[&quot;EPSG&quot;,&quot;9807&quot;]],
   PARAMETER[&quot;central_meridian&quot;, 9.0],
   PARAMETER[&quot;latitude_of_origin&quot;, 0.0],
   PARAMETER[&quot;scale_factor&quot;, 0.9996],
   PARAMETER[&quot;false_easting&quot;, 500000.0],
   PARAMETER[&quot;false_northing&quot;, 0.0],
   UNIT[&quot;m&quot;, 1.0],
   AXIS[&quot;Easting&quot;, EAST],
   AXIS[&quot;Northing&quot;, NORTH],
AUTHORITY[&quot;EPSG&quot;,&quot;25832&quot;]]</nativeCRS>
   <srs>EPSG:3857</srs>
   <nativeBoundingBox>
     <minx>2132585.7394427173</minx>
     <maxx>3258903.181258149</maxx>
     <miny>3125369.741298136</miny>
     <maxy>4116215.339066723</maxy>
     <crs class="projected">EPSG:25832</crs>
   </nativeBoundingBox>
   <latLonBoundingBox>
     <minx>19.15734364436724</minx>
     <maxx>29.275225371899268</maxx>
     <miny>27.01519059391415</miny>
     <maxy>34.64849730718635</maxy>
     <crs>GEOGCS[&quot;WGS84(DD)&quot;,
   DATUM[&quot;WGS84&quot;,
     SPHEROID[&quot;WGS84&quot;, 6378137.0, 298.257223563]],
   PRIMEM[&quot;Greenwich&quot;, 0.0],
   UNIT[&quot;degree&quot;, 0.017453292519943295],
   AXIS[&quot;Geodetic longitude&quot;, EAST],
   AXIS[&quot;Geodetic latitude&quot;, NORTH]]</crs>
   </latLonBoundingBox>
<projectionPolicy>REPROJECT_TO_DECLARED</projectionPolicy>
   <enabled>true</enabled>
   <metadata>
     <entry key="time">
       <dimensionInfo>
         <enabled>false</enabled>
         <defaultValue/>
       </dimensionInfo>
     </entry>
     <entry key="elevation">
       <dimensionInfo>
         <enabled>false</enabled>
       </dimensionInfo>
     </entry>
     <entry key="cachingEnabled">false</entry>
   </metadata>
   <store class="dataStore">
<id>DataStoreInfoImpl--1b7e9af1:14a345aa012:-7ffe</id>
   </store>
   <maxFeatures>1000</maxFeatures>
   <numDecimals>0</numDecimals>
   <overridingServiceSRS>false</overridingServiceSRS>
   <circularArcPresent>false</circularArcPresent>
</featureType>

<layer>
   <name>HU</name>
   <id>LayerInfoImpl-2444c4fe:14a3e3ee97e:-7fc3</id>
   <type>VECTOR</type>
   <defaultStyle>
     <id>StyleInfoImpl--570ae188:124761b8d78:-7fe0</id>
   </defaultStyle>
   <resource class="featureType">
<id>FeatureTypeInfoImpl-2444c4fe:14a3e3ee97e:-7fc4</id>
   </resource>
   <attribution>
     <logoWidth>0</logoWidth>
     <logoHeight>0</logoHeight>
   </attribution>
</layer>

LOG:
2014-12-12 17:26:58,635 INFO [org.geoserver.wfs] -
Request: getServiceInfo
2014-12-12 17:26:58,636 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,636 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,636 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,636 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,638 TRACE [org.geotools.data.wfs] - Looking operation URI for TRANSACTION/POST
2014-12-12 17:26:58,638 DEBUG [org.geotools.data.wfs] - Returning operation URI for TRANSACTION/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:58,638 INFO [org.geotools.data.wfs] - Transactions not supported since WFS didn't declare support for Insert
2014-12-12 17:26:58,638 TRACE [org.geotools.data.wfs] - Looking operation URI for TRANSACTION/POST
2014-12-12 17:26:58,638 DEBUG [org.geotools.data.wfs] - Returning operation URI for TRANSACTION/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:58,638 INFO [org.geotools.data.wfs] - Transactions not supported since WFS didn't declare support for Insert
2014-12-12 17:26:58,638 TRACE [org.geotools.data.wfs] - Looking operation URI for TRANSACTION/POST
2014-12-12 17:26:58,638 DEBUG [org.geotools.data.wfs] - Returning operation URI for TRANSACTION/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:58,638 INFO [org.geotools.data.wfs] - Transactions not supported since WFS didn't declare support for Insert
2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,641 TRACE [org.geotools.data.wfs] - Looking operation URI for GET_FEATURE/GET
2014-12-12 17:26:58,641 DEBUG [org.geotools.data.wfs] - Returning operation URI for GET_FEATURE/GET: http://vertrieb.de:80/demo?
2014-12-12 17:26:58,641 TRACE [org.geotools.data.wfs] - Looking operation URI for GET_FEATURE/POST
2014-12-12 17:26:58,641 DEBUG [org.geotools.data.wfs] - Returning operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:58,641 TRACE [org.geotools.data.wfs] - Looking operation URI for GET_FEATURE/POST
2014-12-12 17:26:58,641 DEBUG [org.geotools.data.wfs] - Returning operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:58,642 TRACE [org.geotools.data.wfs] - Looking operation URI for GET_FEATURE/POST
2014-12-12 17:26:58,642 DEBUG [org.geotools.data.wfs] - Returning operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:58,642 INFO [org.geotools.data.wfs.requests] - Sending GetFeature request to http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS
2014-12-12 17:26:58,642 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,642 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,643 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,643 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:58,646 DEBUG [org.geotools.util] - InterpolationConverterFactory can be applied from Strings to Interpolation only.
2014-12-12 17:26:58,646 DEBUG [org.geotools.util] - CRSConverterFactory can be applied from Strings to CRS only.
2014-12-12 17:26:58,646 DEBUG [org.geotools.util] - InterpolationConverterFactory can be applied from Strings to Interpolation only.
2014-12-12 17:26:58,646 DEBUG [org.geotools.util] - CRSConverterFactory can be applied from Strings to CRS only.
2014-12-12 17:26:58,646 WARN [org.geotools.xml] - hits[ class java.lang.String ] is not of type class net.opengis.wfs.ResultTypeType
2014-12-12 17:26:58,647 WARN [org.geotools.xml] - Binding: {http://www.opengis.net/ows\}ServiceType does not declare a target type
2014-12-12 17:26:58,647 WARN [org.geotools.xml] - Binding: {http://www.opengis.net/wfs\}Base_TypeNameListType does not declare a target type
2014-12-12 17:26:58,647 WARN [org.geotools.xml] - Binding: {http://www.opengis.net/wfs\}TypeNameListType does not declare a target type
2014-12-12 17:26:58,650 DEBUG [org.geotools.util] - InterpolationConverterFactory can be applied from Strings to Interpolation only.
2014-12-12 17:26:58,650 DEBUG [org.geotools.util] - CRSConverterFactory can be applied from Strings to CRS only.
2014-12-12 17:26:58,650 DEBUG [org.geotools.xml] - [ class org.geotools.geometry.jts.LiteCoordinateSequence ] is not of type class [Ljava.lang.Double;
2014-12-12 17:26:58,650 DEBUG [org.geotools.util] - InterpolationConverterFactory can be applied from Strings to Interpolation only.
2014-12-12 17:26:58,650 DEBUG [org.geotools.util] - CRSConverterFactory can be applied from Strings to CRS only.
2014-12-12 17:26:58,650 DEBUG [org.geotools.xml] - [ class org.geotools.geometry.jts.LiteCoordinateSequence ] is not of type class [Ljava.lang.Double;
2014-12-12 17:26:58,650 INFO [org.geotools.data.wfs.requests] - Encoded GET_FEATURE request: <?xml version="1.0" encoding="UTF-8"?><wfs:GetFeature xmlns:demo="http://www.erdas.com/wfs&quot; xmlns:xs="http://www.w3.org/2001/XMLSchema&quot; xmlns:ogc="http://www.opengis.net/ogc&quot; xmlns:wfs="http://www.opengis.net/wfs&quot; xmlns:ows="http://www.opengis.net/ows&quot; xmlns:xlink="http://www.w3.org/1999/xlink&quot; xmlns:gml="http://www.opengis.net/gml&quot; handle="GeoTools 12.1(d9591f70f29ae861bf48a7b2fc714959f360d3c4) WFS 1.1.0 DataStore @Klempenow#10" maxFeatures="1000" outputFormat="text/xml; subtype=gml/3.1.1" resultType="hits" service="WFS" version="1.1.0">
  <wfs:Query srsName="EPSG:25832" typeName="demo:HU">
   <wfs:PropertyName>UMRING_ID</wfs:PropertyName>
   <wfs:PropertyName>FLAECHE</wfs:PropertyName>
   <wfs:PropertyName>UMFANG</wfs:PropertyName>
   <wfs:PropertyName>UMRING_UTM32</wfs:PropertyName>
   <ogc:Filter>
    <ogc:BBOX>
     <ogc:PropertyName>UMRING_UTM32</ogc:PropertyName>
     <gml:Envelope srsDimension="2" srsName="http://www.opengis.net/gml/srs/epsg.xml#25832&quot;&gt;
      <gml:lowerCorner>366822.3149047226 5619505.550969534</gml:lowerCorner>
      <gml:upperCorner>366921.8076600042 5619604.78890361</gml:upperCorner>
     </gml:Envelope>
    </ogc:BBOX>
   </ogc:Filter>
  </wfs:Query>
</wfs:GetFeature>

2014-12-12 17:26:59,044 DEBUG [org.geotools.data.ows] - Executed request to URL: http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS
2014-12-12 17:26:59,044 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,044 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:59,044 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:59,045 INFO [org.geoserver.wfs] -
Request: getFeature
     service = wfs
     version = 2.0.0
     baseUrl = http://localhost:8081/geoserver/
     outputFormat = text/xml; subtype=gml/3.2
     resolve = none
     resolveDepth = *
     resolveTimeout = 300
     resultType = results
     abstractQueryExpressionGroup[0] = wfs:abstractQueryExpression=net.opengis.wfs20.impl.QueryTypeImpl@anonymised.com (handle: null) (abstractProjectionClause: null, abstractSelectionClause: [ bbox POLYGON ((791887 6570526, 791887 6570679, 792040 6570679, 792040 6570526, 791887 6570526)) ], abstractSortingClause: null, aliases: null, typeNames: [{http://www.opengis.net/wfs\}HU]) (featureVersion: null, srsName: EPSG:3857, filter: null, propertyNames: null, sortBy: null)
     abstractQueryExpression[0]:
         abstractSelectionClause = [ bbox POLYGON ((791887 6570526, 791887 6570679, 792040 6570679, 792040 6570526, 791887 6570526)) ]
         typeNames[0] = {http://www.opengis.net/wfs\}HU
         srsName = EPSG:3857
         filter = [ bbox POLYGON ((791887 6570526, 791887 6570679, 792040 6570679, 792040 6570526, 791887 6570526)) ]
2014-12-12 17:26:59,048 DEBUG [org.geotools.xml] - building schema for schema: http://www.opengis.net/wfs
2014-12-12 17:26:59,052 DEBUG [org.geotools.util] - InterpolationConverterFactory can be applied from Strings to Interpolation only.
2014-12-12 17:26:59,052 DEBUG [org.geotools.util] - CRSConverterFactory can be applied from Strings to CRS only.
2014-12-12 17:26:59,052 DEBUG [org.geotools.util] - InterpolationConverterFactory can be applied from Strings to Interpolation only.
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:59,053 TRACE [org.geotools.data.wfs] - Looking operation URI for GET_FEATURE/GET
2014-12-12 17:26:59,053 DEBUG [org.geotools.data.wfs] - Returning operation URI for GET_FEATURE/GET: http://vertrieb.de:80/demo?
2014-12-12 17:26:59,053 TRACE [org.geotools.data.wfs] - Looking operation URI for GET_FEATURE/POST
2014-12-12 17:26:59,053 DEBUG [org.geotools.data.wfs] - Returning operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:59,053 TRACE [org.geotools.data.wfs] - Looking operation URI for GET_FEATURE/POST
2014-12-12 17:26:59,053 DEBUG [org.geotools.data.wfs] - Returning operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:59,053 TRACE [org.geotools.data.wfs] - Looking operation URI for GET_FEATURE/POST
2014-12-12 17:26:59,053 DEBUG [org.geotools.data.wfs] - Returning operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:59,053 INFO [org.geotools.data.wfs.requests] - Sending GetFeature request to http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - ENTRY (GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - RETURN (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation GeometryFactory.
2014-12-12 17:26:59,055 DEBUG [org.geotools.util] - InterpolationConverterFactory can be applied from Strings to Interpolation only.
2014-12-12 17:26:59,055 DEBUG [org.geotools.util] - CRSConverterFactory can be applied from Strings to CRS only.
2014-12-12 17:26:59,055 DEBUG [org.geotools.util] - InterpolationConverterFactory can be applied from Strings to Interpolation only.
2014-12-12 17:26:59,055 DEBUG [org.geotools.util] - CRSConverterFactory can be applied from Strings to CRS only.
2014-12-12 17:26:59,055 WARN [org.geotools.xml] - results[ class java.lang.String ] is not of type class net.opengis.wfs.ResultTypeType
2014-12-12 17:26:59,055 WARN [org.geotools.xml] - Binding: {http://www.opengis.net/ows\}ServiceType does not declare a target type
2014-12-12 17:26:59,055 WARN [org.geotools.xml] - Binding: {http://www.opengis.net/wfs\}Base_TypeNameListType does not declare a target type
2014-12-12 17:26:59,055 WARN [org.geotools.xml] - Binding: {http://www.opengis.net/wfs\}TypeNameListType does not declare a target type
2014-12-12 17:26:59,057 DEBUG [org.geotools.util] - InterpolationConverterFactory can be applied from Strings to Interpolation only.
2014-12-12 17:26:59,057 DEBUG [org.geotools.util] - CRSConverterFactory can be applied from Strings to CRS only.
2014-12-12 17:26:59,057 DEBUG [org.geotools.xml] - [ class org.geotools.geometry.jts.LiteCoordinateSequence ] is not of type class [Ljava.lang.Double;
2014-12-12 17:26:59,057 DEBUG [org.geotools.util] - InterpolationConverterFactory can be applied from Strings to Interpolation only.
2014-12-12 17:26:59,057 DEBUG [org.geotools.util] - CRSConverterFactory can be applied from Strings to CRS only.
2014-12-12 17:26:59,057 DEBUG [org.geotools.xml] - [ class org.geotools.geometry.jts.LiteCoordinateSequence ] is not of type class [Ljava.lang.Double;
2014-12-12 17:26:59,057 INFO [org.geotools.data.wfs.requests] - Encoded GET_FEATURE request: <?xml version="1.0" encoding="UTF-8"?><wfs:GetFeature xmlns:demo="http://www.erdas.com/wfs&quot; xmlns:xs="http://www.w3.org/2001/XMLSchema&quot; xmlns:ogc="http://www.opengis.net/ogc&quot; xmlns:wfs="http://www.opengis.net/wfs&quot; xmlns:ows="http://www.opengis.net/ows&quot; xmlns:xlink="http://www.w3.org/1999/xlink&quot; xmlns:gml="http://www.opengis.net/gml&quot; handle="GeoTools 12.1(d9591f70f29ae861bf48a7b2fc714959f360d3c4) WFS 1.1.0 DataStore @Klempenow#11" maxFeatures="1000" outputFormat="text/xml; subtype=gml/3.1.1" resultType="results" service="WFS" version="1.1.0">
  <wfs:Query srsName="EPSG:25832" typeName="demo:HU">
   <wfs:PropertyName>UMRING_ID</wfs:PropertyName>
   <wfs:PropertyName>FLAECHE</wfs:PropertyName>
   <wfs:PropertyName>UMFANG</wfs:PropertyName>
   <wfs:PropertyName>UMRING_UTM32</wfs:PropertyName>
   <ogc:Filter>
    <ogc:BBOX>
     <ogc:PropertyName>UMRING_UTM32</ogc:PropertyName>
     <gml:Envelope srsDimension="2" srsName="http://www.opengis.net/gml/srs/epsg.xml#25832&quot;&gt;
      <gml:lowerCorner>366822.3149047226 5619505.550969534</gml:lowerCorner>
      <gml:upperCorner>366921.8076600042 5619604.78890361</gml:upperCorner>
     </gml:Envelope>
    </ogc:BBOX>
   </ogc:Filter>
  </wfs:Query>
</wfs:GetFeature>

2014-12-12 17:26:59,182 DEBUG [org.geotools.data.ows] - Executed request to URL: http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS

Hi Lars,
this could be caused by the new wfs-ng store, which is more standard compliant, but
not as real world tested as the old wfs store.

I’d suggest to add a ticket on http://jira.codehaus.org/browse/GEOS providing all the details
required to reproduce the issue (capabilities document, test credentials, and so on)

Cheers
Andrea

···

On Fri, Dec 12, 2014 at 5:36 PM, Lars Fricke <lars.fricke@anonymised.com> wrote:

Hello,

first of all thank you for taking the time to look into this issue.

I am not using GeoServer long, using

Build Information

Version 2.6.1
Git Revision 022e561e62fcb9fe022a3dad87fdfca9ed04fe98
Build Date 15-Nov-2014 10:59
GeoTools Version 12.1 (rev d9591f70f29ae861bf48a7b2fc714959f360d3c4)
GeoWebCache Version 1.6.0 (rev
1.6.x/8beca4056f2c4873adbf6758b2ab12f65cebf7a0)

with Tomcat server on Ubuntu.

Geoserver runs just fine on all but one layer. I retrieve this layer
from a WFS and want to reissue it as WMS or WFS respectively. My request
in Firefox is:
http://localhost:8081/geoserver/wfs?service=wfs&version=2.0.0&request=GetFeature&typeNames=MyName:HU&srsName=EPSG:3857&bbox=791887,6570526,792040,6570679

The answer is:
<wfs:FeatureCollection numberMatched=“18” numberReturned=“18”
timeStamp=“2014-12-12T15:58:50.800Z”
xsi:schemaLocation=“http://www.opengis.net/gml/3.2
http://localhost:8081/geoserver/schemas/gml/3.2.1/gml.xsd
http://www.opengis.net/wfs/2.0
http://localhost:8081/geoserver/schemas/wfs/2.0/wfs.xsd
http://www.opengis.net/wfs
http://localhost:8081/geoserver/wfs?service=WFS&version=2.0.0&request=DescribeFeatureType&typeName=demo%3AHU”/>

Without any of the 18 features that should be there :-(. I am quite sure
I got the CRS right since an almost identical layer shows up right.

If I send the request to the original server I get:
<ogcwfs:FeatureCollection xsi:schemaLocation=“http://www.opengis.net/wfs
http://vertrieb.de:80/demo?REQUEST=DescribeFeatureType&REQUEST=DescribeAllFeatureType&SERVICE=WFS”>gml:boundedBy<gml:Envelope
srsName=“EPSG:25832”>gml:lowerCorner367857.664
5619579.556</gml:lowerCorner>gml:upperCorner367900.97
5619611.392</gml:upperCorner></gml:Envelope></gml:boundedBy>gml:featureMemberdemo:TBdemo:ID36296255</demo:UMRING_ID>demo:FLAECHE61.75</demo:FLAECHE>demo:UMFANG35.46</demo:UMFANG>demo:UMRING_UTM32<gml:Surface
srsName=“EPSG:25832”>gml:patchesgml:PolygonPatchgml:exterior<gml:LinearRing
srsName=“EPSG:25832”>gml:pos367866.938
5619589.435</gml:pos>gml:pos367862.595
5619586.032</gml:pos>gml:pos367860.739
5619588.372</gml:pos>gml:pos367857.664
5619585.958</gml:pos>gml:pos367863.099
5619579.556</gml:pos>gml:pos367870.366
5619585.239</gml:pos>gml:pos367866.938
5619589.435</gml:pos></gml:LinearRing></gml:exterior></gml:PolygonPatch></gml:patches></gml:Surface></demo:UMRING_UTM32></gml:featureMember>


and so on but with 4 features, not 18.

So it seems to me the features are retrieved from the original server
but no delivered to me.
The strange thing is that another (point) layer is delivered correctly
from the same source.

I am searching for this since two days and do not find a clue (neither
in the handbook, nor in the search engines or archives).

Sorry this mail is lengthy since I do send my configuration and log for
you to see.

I really appreciate your help.

Best

Lars

This is my wfs.xml

WFSInfoImpl--1b7e9af1:14a345aa012:-7fec WorkspaceInfoImpl--1b7e9af1:14a345aa012:-8000 true WFS demo WFS [http://www.demo.de](http://www.demo.de) Test Implementation only! NONE NONE 1.0.0 1.1.0 2.0.0 WFS WMS GEOSERVER false [http://www.opengis.net/wfs](http://www.opengis.net/wfs) [http://schemas.opengis.net](http://schemas.opengis.net) false false V_20 URN2 false V_11 URN false V_10 XML false COMPLETE 5000 false false true false

and the datastore.xml

DataStoreInfoImpl--1b7e9af1:14a345aa012:-7ffe HU HU Web Feature Server (NG) true WorkspaceInfoImpl--1b7e9af1:14a345aa012:-8000 demo false false auto [http://www.opengis.net/wfs](http://www.opengis.net/wfs) [http://vertrieb.de:80/demo](http://vertrieb.de:80/demo) 5000 false true 3000 blablub 30000 UTF-8 Compliant Compliant <__default>false

and the layer definition:

FeatureTypeInfoImpl-2444c4fe:14a3e3ee97e:-7fc4 HU demo NamespaceInfoImpl--1b7e9af1:14a345aa012:-7fff demo PROJCS["ETRS89 / UTM zone 32N", GEOGCS["ETRS89", DATUM["European Terrestrial Reference System 1989", SPHEROID["GRS 1980", 6378137.0, 298.257222101, AUTHORITY["EPSG","7019"]], TOWGS84[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], AUTHORITY["EPSG","6258"]], PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], UNIT["degree", 0.017453292519943295], AXIS["Geodetic longitude", EAST], AXIS["Geodetic latitude", NORTH], AUTHORITY["EPSG","4258"]], PROJECTION["Transverse_Mercator", AUTHORITY["EPSG","9807"]], PARAMETER["central_meridian", 9.0], PARAMETER["latitude_of_origin", 0.0], PARAMETER["scale_factor", 0.9996], PARAMETER["false_easting", 500000.0], PARAMETER["false_northing", 0.0], UNIT["m", 1.0], AXIS["Easting", EAST], AXIS["Northing", NORTH], AUTHORITY["EPSG","25832"]] EPSG:3857 2132585.7394427173 3258903.181258149 3125369.741298136 4116215.339066723 EPSG:25832 19.15734364436724 29.275225371899268 27.01519059391415 34.64849730718635 GEOGCS["WGS84(DD)", DATUM["WGS84", SPHEROID["WGS84", 6378137.0, 298.257223563]], PRIMEM["Greenwich", 0.0], UNIT["degree", 0.017453292519943295], AXIS["Geodetic longitude", EAST], AXIS["Geodetic latitude", NORTH]] REPROJECT_TO_DECLARED true false false false DataStoreInfoImpl--1b7e9af1:14a345aa012:-7ffe 1000 0 false false HU LayerInfoImpl-2444c4fe:14a3e3ee97e:-7fc3 VECTOR StyleInfoImpl--570ae188:124761b8d78:-7fe0 FeatureTypeInfoImpl-2444c4fe:14a3e3ee97e:-7fc4 0 0

LOG:
2014-12-12 17:26:58,635 INFO [org.geoserver.wfs] -
Request: getServiceInfo
2014-12-12 17:26:58,636 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,636 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,636 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,636 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,638 TRACE [org.geotools.data.wfs] - Looking
operation URI for TRANSACTION/POST
2014-12-12 17:26:58,638 DEBUG [org.geotools.data.wfs] - Returning
operation URI for TRANSACTION/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:58,638 INFO [org.geotools.data.wfs] - Transactions not
supported since WFS didn’t declare support for Insert
2014-12-12 17:26:58,638 TRACE [org.geotools.data.wfs] - Looking
operation URI for TRANSACTION/POST
2014-12-12 17:26:58,638 DEBUG [org.geotools.data.wfs] - Returning
operation URI for TRANSACTION/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:58,638 INFO [org.geotools.data.wfs] - Transactions not
supported since WFS didn’t declare support for Insert
2014-12-12 17:26:58,638 TRACE [org.geotools.data.wfs] - Looking
operation URI for TRANSACTION/POST
2014-12-12 17:26:58,638 DEBUG [org.geotools.data.wfs] - Returning
operation URI for TRANSACTION/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:58,638 INFO [org.geotools.data.wfs] - Transactions not
supported since WFS didn’t declare support for Insert
2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,641 TRACE [org.geotools.data.wfs] - Looking
operation URI for GET_FEATURE/GET
2014-12-12 17:26:58,641 DEBUG [org.geotools.data.wfs] - Returning
operation URI for GET_FEATURE/GET: http://vertrieb.de:80/demo?
2014-12-12 17:26:58,641 TRACE [org.geotools.data.wfs] - Looking
operation URI for GET_FEATURE/POST
2014-12-12 17:26:58,641 DEBUG [org.geotools.data.wfs] - Returning
operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:58,641 TRACE [org.geotools.data.wfs] - Looking
operation URI for GET_FEATURE/POST
2014-12-12 17:26:58,641 DEBUG [org.geotools.data.wfs] - Returning
operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:58,642 TRACE [org.geotools.data.wfs] - Looking
operation URI for GET_FEATURE/POST
2014-12-12 17:26:58,642 DEBUG [org.geotools.data.wfs] - Returning
operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:58,642 INFO [org.geotools.data.wfs.requests] - Sending
GetFeature request to
http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS
2014-12-12 17:26:58,642 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,642 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,643 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:58,643 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:58,646 DEBUG [org.geotools.util] -
InterpolationConverterFactory can be applied from Strings to
Interpolation only.
2014-12-12 17:26:58,646 DEBUG [org.geotools.util] - CRSConverterFactory
can be applied from Strings to CRS only.
2014-12-12 17:26:58,646 DEBUG [org.geotools.util] -
InterpolationConverterFactory can be applied from Strings to
Interpolation only.
2014-12-12 17:26:58,646 DEBUG [org.geotools.util] - CRSConverterFactory
can be applied from Strings to CRS only.
2014-12-12 17:26:58,646 WARN [org.geotools.xml] - hits[ class
java.lang.String ] is not of type class net.opengis.wfs.ResultTypeType
2014-12-12 17:26:58,647 WARN [org.geotools.xml] - Binding:
{http://www.opengis.net/ows}ServiceType does not declare a target type
2014-12-12 17:26:58,647 WARN [org.geotools.xml] - Binding:
{http://www.opengis.net/wfs}Base_TypeNameListType does not declare a
target type
2014-12-12 17:26:58,647 WARN [org.geotools.xml] - Binding:
{http://www.opengis.net/wfs}TypeNameListType does not declare a target type
2014-12-12 17:26:58,650 DEBUG [org.geotools.util] -
InterpolationConverterFactory can be applied from Strings to
Interpolation only.
2014-12-12 17:26:58,650 DEBUG [org.geotools.util] - CRSConverterFactory
can be applied from Strings to CRS only.
2014-12-12 17:26:58,650 DEBUG [org.geotools.xml] - [ class
org.geotools.geometry.jts.LiteCoordinateSequence ] is not of type class
[Ljava.lang.Double;
2014-12-12 17:26:58,650 DEBUG [org.geotools.util] -
InterpolationConverterFactory can be applied from Strings to
Interpolation only.
2014-12-12 17:26:58,650 DEBUG [org.geotools.util] - CRSConverterFactory
can be applied from Strings to CRS only.
2014-12-12 17:26:58,650 DEBUG [org.geotools.xml] - [ class
org.geotools.geometry.jts.LiteCoordinateSequence ] is not of type class
[Ljava.lang.Double;
2014-12-12 17:26:58,650 INFO [org.geotools.data.wfs.requests] - Encoded
GET_FEATURE request: <?xml version="1.0" encoding="UTF-8"?><wfs:GetFeature xmlns:demo=“http://www.erdas.com/wfs
xmlns:xs=“http://www.w3.org/2001/XMLSchema
xmlns:ogc=“http://www.opengis.net/ogc
xmlns:wfs=“http://www.opengis.net/wfs
xmlns:ows=“http://www.opengis.net/ows
xmlns:xlink=“http://www.w3.org/1999/xlink
xmlns:gml=“http://www.opengis.net/gml” handle=“GeoTools
12.1(d9591f70f29ae861bf48a7b2fc714959f360d3c4) WFS 1.1.0 DataStore
@Klempenow#10” maxFeatures=“1000” outputFormat=“text/xml;
subtype=gml/3.1.1” resultType=“hits” service=“WFS” version=“1.1.0”>
<wfs:Query srsName=“EPSG:25832” typeName=“demo:HU”>
wfs:PropertyNameUMRING_ID</wfs:PropertyName>
wfs:PropertyNameFLAECHE</wfs:PropertyName>
wfs:PropertyNameUMFANG</wfs:PropertyName>
wfs:PropertyNameUMRING_UTM32</wfs:PropertyName>
ogc:Filter
ogc:BBOX
ogc:PropertyNameUMRING_UTM32</ogc:PropertyName>
<gml:Envelope srsDimension=“2”
srsName=“http://www.opengis.net/gml/srs/epsg.xml#25832”>
gml:lowerCorner366822.3149047226 5619505.550969534</gml:lowerCorner>
gml:upperCorner366921.8076600042 5619604.78890361</gml:upperCorner>
</gml:Envelope>
</ogc:BBOX>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>

2014-12-12 17:26:59,044 DEBUG [org.geotools.data.ows] - Executed request
to URL:
http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS
2014-12-12 17:26:59,044 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,044 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:59,044 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:59,045 INFO [org.geoserver.wfs] -
Request: getFeature
service = wfs
version = 2.0.0
baseUrl = http://localhost:8081/geoserver/
outputFormat = text/xml; subtype=gml/3.2
resolve = none
resolveDepth = *
resolveTimeout = 300
resultType = results
abstractQueryExpressionGroup[0] =
wfs:abstractQueryExpression=net.opengis.wfs20.impl.QueryTypeImpl@anonymised.com
(handle: null) (abstractProjectionClause: null, abstractSelectionClause:
[ bbox POLYGON ((791887 6570526, 791887 6570679, 792040 6570679, 792040
6570526, 791887 6570526)) ], abstractSortingClause: null, aliases: null,
typeNames: [{http://www.opengis.net/wfs}HU]) (featureVersion: null,
srsName: EPSG:3857, filter: null, propertyNames: null, sortBy: null)
abstractQueryExpression[0]:
abstractSelectionClause = [ bbox POLYGON ((791887 6570526,
791887 6570679, 792040 6570679, 792040 6570526, 791887 6570526)) ]
typeNames[0] = {http://www.opengis.net/wfs}HU
srsName = EPSG:3857
filter = [ bbox POLYGON ((791887 6570526, 791887 6570679,
792040 6570679, 792040 6570526, 791887 6570526)) ]
2014-12-12 17:26:59,048 DEBUG [org.geotools.xml] - building schema for
schema: http://www.opengis.net/wfs
2014-12-12 17:26:59,052 DEBUG [org.geotools.util] -
InterpolationConverterFactory can be applied from Strings to
Interpolation only.
2014-12-12 17:26:59,052 DEBUG [org.geotools.util] - CRSConverterFactory
can be applied from Strings to CRS only.
2014-12-12 17:26:59,052 DEBUG [org.geotools.util] -
InterpolationConverterFactory can be applied from Strings to
Interpolation only.
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:59,053 TRACE [org.geotools.data.wfs] - Looking
operation URI for GET_FEATURE/GET
2014-12-12 17:26:59,053 DEBUG [org.geotools.data.wfs] - Returning
operation URI for GET_FEATURE/GET: http://vertrieb.de:80/demo?
2014-12-12 17:26:59,053 TRACE [org.geotools.data.wfs] - Looking
operation URI for GET_FEATURE/POST
2014-12-12 17:26:59,053 DEBUG [org.geotools.data.wfs] - Returning
operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:59,053 TRACE [org.geotools.data.wfs] - Looking
operation URI for GET_FEATURE/POST
2014-12-12 17:26:59,053 DEBUG [org.geotools.data.wfs] - Returning
operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:59,053 TRACE [org.geotools.data.wfs] - Looking
operation URI for GET_FEATURE/POST
2014-12-12 17:26:59,053 DEBUG [org.geotools.data.wfs] - Returning
operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
2014-12-12 17:26:59,053 INFO [org.geotools.data.wfs.requests] - Sending
GetFeature request to
http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - ENTRY
(GeometryFactory, JTS_GEOMETRY_FACTORY)
2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - RETURN
(GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
GeometryFactory.
2014-12-12 17:26:59,055 DEBUG [org.geotools.util] -
InterpolationConverterFactory can be applied from Strings to
Interpolation only.
2014-12-12 17:26:59,055 DEBUG [org.geotools.util] - CRSConverterFactory
can be applied from Strings to CRS only.
2014-12-12 17:26:59,055 DEBUG [org.geotools.util] -
InterpolationConverterFactory can be applied from Strings to
Interpolation only.
2014-12-12 17:26:59,055 DEBUG [org.geotools.util] - CRSConverterFactory
can be applied from Strings to CRS only.
2014-12-12 17:26:59,055 WARN [org.geotools.xml] - results[ class
java.lang.String ] is not of type class net.opengis.wfs.ResultTypeType
2014-12-12 17:26:59,055 WARN [org.geotools.xml] - Binding:
{http://www.opengis.net/ows}ServiceType does not declare a target type
2014-12-12 17:26:59,055 WARN [org.geotools.xml] - Binding:
{http://www.opengis.net/wfs}Base_TypeNameListType does not declare a
target type
2014-12-12 17:26:59,055 WARN [org.geotools.xml] - Binding:
{http://www.opengis.net/wfs}TypeNameListType does not declare a target type
2014-12-12 17:26:59,057 DEBUG [org.geotools.util] -
InterpolationConverterFactory can be applied from Strings to
Interpolation only.
2014-12-12 17:26:59,057 DEBUG [org.geotools.util] - CRSConverterFactory
can be applied from Strings to CRS only.
2014-12-12 17:26:59,057 DEBUG [org.geotools.xml] - [ class
org.geotools.geometry.jts.LiteCoordinateSequence ] is not of type class
[Ljava.lang.Double;
2014-12-12 17:26:59,057 DEBUG [org.geotools.util] -
InterpolationConverterFactory can be applied from Strings to
Interpolation only.
2014-12-12 17:26:59,057 DEBUG [org.geotools.util] - CRSConverterFactory
can be applied from Strings to CRS only.
2014-12-12 17:26:59,057 DEBUG [org.geotools.xml] - [ class
org.geotools.geometry.jts.LiteCoordinateSequence ] is not of type class
[Ljava.lang.Double;
2014-12-12 17:26:59,057 INFO [org.geotools.data.wfs.requests] - Encoded
GET_FEATURE request: <?xml version="1.0" encoding="UTF-8"?><wfs:GetFeature xmlns:demo=“http://www.erdas.com/wfs
xmlns:xs=“http://www.w3.org/2001/XMLSchema
xmlns:ogc=“http://www.opengis.net/ogc
xmlns:wfs=“http://www.opengis.net/wfs
xmlns:ows=“http://www.opengis.net/ows
xmlns:xlink=“http://www.w3.org/1999/xlink
xmlns:gml=“http://www.opengis.net/gml” handle=“GeoTools
12.1(d9591f70f29ae861bf48a7b2fc714959f360d3c4) WFS 1.1.0 DataStore
@Klempenow#11” maxFeatures=“1000” outputFormat=“text/xml;
subtype=gml/3.1.1” resultType=“results” service=“WFS” version=“1.1.0”>
<wfs:Query srsName=“EPSG:25832” typeName=“demo:HU”>
wfs:PropertyNameUMRING_ID</wfs:PropertyName>
wfs:PropertyNameFLAECHE</wfs:PropertyName>
wfs:PropertyNameUMFANG</wfs:PropertyName>
wfs:PropertyNameUMRING_UTM32</wfs:PropertyName>
ogc:Filter
ogc:BBOX
ogc:PropertyNameUMRING_UTM32</ogc:PropertyName>
<gml:Envelope srsDimension=“2”
srsName=“http://www.opengis.net/gml/srs/epsg.xml#25832”>
gml:lowerCorner366822.3149047226 5619505.550969534</gml:lowerCorner>
gml:upperCorner366921.8076600042 5619604.78890361</gml:upperCorner>
</gml:Envelope>
</ogc:BBOX>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>

2014-12-12 17:26:59,182 DEBUG [org.geotools.data.ows] - Executed request
to URL:
http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS


Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

==

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Please, notice that GeoSolutions will be closed for seasonal holidays
from December the 24th to January the 6th

==

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

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


Hell Andrea,

Thank you for your reply. I just filed a report for this. Hope you can resolve it soon as it is quite a show stopper for us.

Best

Lars

Lars Fricke

Projektmanager

SkenData GmbH
Konrad-Zuse-Str. 1a
18184 Roggentin

Tel: 039602-183097
Fax: 039602-183098

Geschäftsführer: Jon Meis

CONFIDENTIALITY NOTICE
This message and its attachments (if any) may contain confidential, proprietary or legally privileged information and it is intended only for the use of the addressee named above. No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient of this message you are hereby notified that you must not use, disseminate, copy it in any form or take any action in reliance on it. If you have received this message in error, please, delete it (and any copies of it) and kindly inform the sender, of this e-mail by replying or mail to lars.fricke@anonymised.com
Am 16.12.2014 um 19:07 schrieb Andrea Aime:

Hi Lars,
this could be caused by the new wfs-ng store, which is more standard compliant, but
not as real world tested as the old wfs store.

I'd suggest to add a ticket on http://jira.codehaus.org/browse/GEOS providing all the details
required to reproduce the issue (capabilities document, test credentials, and so on)

Cheers
Andrea

On Fri, Dec 12, 2014 at 5:36 PM, Lars Fricke <lars.fricke@anonymised.com <mailto:lars.fricke@anonymised.com>> wrote:

    Hello,

    first of all thank you for taking the time to look into this issue.

    I am not using GeoServer long, using

    Build Information

         Version 2.6.1
         Git Revision 022e561e62fcb9fe022a3dad87fdfca9ed04fe98
         Build Date 15-Nov-2014 10:59
         GeoTools Version 12.1 (rev
    d9591f70f29ae861bf48a7b2fc714959f360d3c4)
         GeoWebCache Version 1.6.0 (rev
    1.6.x/8beca4056f2c4873adbf6758b2ab12f65cebf7a0)

    with Tomcat server on Ubuntu.

    Geoserver runs just fine on all but one layer. I retrieve this layer
    from a WFS and want to reissue it as WMS or WFS respectively. My
    request
    in Firefox is:
    http://localhost:8081/geoserver/wfs?service=wfs&version=2.0.0&request=GetFeature&typeNames=MyName:HU&srsName=EPSG:3857&bbox=791887,6570526,792040,6570679

    The answer is:
    <wfs:FeatureCollection numberMatched="18" numberReturned="18"
    timeStamp="2014-12-12T15:58:50.800Z"
    xsi:schemaLocation="http://www.opengis.net/gml/3.2
    http://localhost:8081/geoserver/schemas/gml/3.2.1/gml.xsd
    http://www.opengis.net/wfs/2.0
    http://localhost:8081/geoserver/schemas/wfs/2.0/wfs.xsd
    http://www.opengis.net/wfs
    http://localhost:8081/geoserver/wfs?service=WFS&version=2.0.0&request=DescribeFeatureType&typeName=demo%3AHU&quot;/&gt;

    Without any of the 18 features that should be there :-(. I am
    quite sure
    I got the CRS right since an almost identical layer shows up right.

    If I send the request to the original server I get:
    <ogcwfs:FeatureCollection
    xsi:schemaLocation="http://www.opengis.net/wfs
    http://vertrieb.de:80/demo?REQUEST=DescribeFeatureType&REQUEST=DescribeAllFeatureType&SERVICE=WFS&quot;&gt;&lt;gml:boundedBy&gt;&lt;gml:Envelope
    srsName="EPSG:25832"><gml:lowerCorner>367857.664
    5619579.556
    <tel:5619579.556></gml:lowerCorner><gml:upperCorner>367900.97
    5619611.392
    <tel:5619611.392></gml:upperCorner></gml:Envelope></gml:boundedBy><gml:featureMember><demo:TB><demo:ID>36296255</demo:UMRING_ID><demo:FLAECHE>61.75</demo:FLAECHE><demo:UMFANG>35.46</demo:UMFANG><demo:UMRING_UTM32><gml:Surface
    srsName="EPSG:25832"><gml:patches><gml:PolygonPatch><gml:exterior><gml:LinearRing
    srsName="EPSG:25832"><gml:pos>367866.938
    5619589.435</gml:pos><gml:pos>367862.595
    5619586.032</gml:pos><gml:pos>367860.739
    5619588.372</gml:pos><gml:pos>367857.664
    5619585.958</gml:pos><gml:pos>367863.099
    5619579.556</gml:pos><gml:pos>367870.366
    5619585.239</gml:pos><gml:pos>367866.938
    5619589.435</gml:pos></gml:LinearRing></gml:exterior></gml:PolygonPatch></gml:patches></gml:Surface></demo:UMRING_UTM32></HU></gml:featureMember>

    ....
    and so on but with 4 features, not 18.

    So it seems to me the features are retrieved from the original server
    but no delivered to me.
    The strange thing is that another (point) layer is delivered correctly
    from the same source.

    I am searching for this since two days and do not find a clue (neither
    in the handbook, nor in the search engines or archives).

    Sorry this mail is lengthy since I do send my configuration and
    log for
    you to see.

    I really appreciate your help.

    Best

    Lars

    This is my wfs.xml

    <wfs>
     <id>WFSInfoImpl--1b7e9af1:14a345aa012:-7fec</id>
       <workspace>
    <id>WorkspaceInfoImpl--1b7e9af1:14a345aa012:-8000</id>
       </workspace>
       <enabled>true</enabled>
       <name>WFS</name>
       <title>demo WFS</title>
       <maintainer>http://www.demo.de</maintainer>
       <abstrct>Test Implementation only!</abstrct>
       <accessConstraints>NONE</accessConstraints>
       <fees>NONE</fees>
       <versions>
         <org.geotools.util.Version>
           <version>1.0.0</version>
         </org.geotools.util.Version>
         <org.geotools.util.Version>
           <version>1.1.0</version>
         </org.geotools.util.Version>
         <org.geotools.util.Version>
           <version>2.0.0</version>
         </org.geotools.util.Version>
       </versions>
       <keywords>
         <string>WFS</string>
         <string>WMS</string>
         <string>GEOSERVER</string>
       </keywords>
       <metadataLink/>
       <citeCompliant>false</citeCompliant>
    <onlineResource>http://www.opengis.net/wfs&lt;/onlineResource&gt;
    <schemaBaseURL>http://schemas.opengis.net</schemaBaseURL>
       <verbose>false</verbose>
       <metadata>
         <entry key="SHAPE-ZIP_DEFAULT_PRJ_IS_ESRI">false</entry>
       </metadata>
       <gml>
         <entry>
           <version>V_20</version>
           <gml>
             <srsNameStyle>URN2</srsNameStyle>
    <overrideGMLAttributes>false</overrideGMLAttributes>
           </gml>
         </entry>
         <entry>
           <version>V_11</version>
           <gml>
             <srsNameStyle>URN</srsNameStyle>
    <overrideGMLAttributes>false</overrideGMLAttributes>
           </gml>
         </entry>
         <entry>
           <version>V_10</version>
           <gml>
             <srsNameStyle>XML</srsNameStyle>
    <overrideGMLAttributes>false</overrideGMLAttributes>
           </gml>
         </entry>
       </gml>
       <serviceLevel>COMPLETE</serviceLevel>
       <maxFeatures>5000</maxFeatures>
       <featureBounding>false</featureBounding>
    <canonicalSchemaLocation>false</canonicalSchemaLocation>
     <encodeFeatureMember>true</encodeFeatureMember>
     <hitsIgnoreMaxFeatures>false</hitsIgnoreMaxFeatures>
    </wfs>

    and the datastore.xml

    <dataStore>
     <id>DataStoreInfoImpl--1b7e9af1:14a345aa012:-7ffe</id>
       <name>HU</name>
       <description>HU</description>
       <type>Web Feature Server (NG)</type>
       <enabled>true</enabled>
       <workspace>
    <id>WorkspaceInfoImpl--1b7e9af1:14a345aa012:-8000</id>
       </workspace>
       <connectionParameters>
         <entry key="WFSDataStoreFactory:USERNAME">demo</entry>
         <entry key="WFSDataStoreFactory:PROTOCOL">false</entry>
         <entry key="usedefaultsrs">false</entry>
         <entry key="WFSDataStoreFactory:WFS_STRATEGY">auto</entry>
         <entry key="namespace">http://www.opengis.net/wfs&lt;/entry&gt;
         <entry
    key="WFSDataStoreFactory:GET_CAPABILITIES_URL">http://vertrieb.de:80/demo&lt;/entry&gt;
         <entry key="WFSDataStoreFactory:MAXFEATURES">5000</entry>
         <entry key="WFSDataStoreFactory:TRY_GZIP">false</entry>
         <entry key="WFSDataStoreFactory:LENIENT">true</entry>
         <entry key="WFSDataStoreFactory:TIMEOUT">3000</entry>
         <entry key="WFSDataStoreFactory:PASSWORD">blablub</entry>
         <entry key="WFSDataStoreFactory:BUFFER_SIZE">30000</entry>
         <entry key="WFSDataStoreFactory:ENCODING">UTF-8</entry>
         <entry
    key="WFSDataStoreFactory:AXIS_ORDER_FILTER">Compliant</entry>
         <entry key="WFSDataStoreFactory:AXIS_ORDER">Compliant</entry>
       </connectionParameters>
       <__default>false</__default>
    </dataStore>

    and the layer definition:

    <featureType>
    <id>FeatureTypeInfoImpl-2444c4fe:14a3e3ee97e:-7fc4</id>
       <name>HU</name>
       <nativeName>demo</nativeName>
       <namespace>
    <id>NamespaceInfoImpl--1b7e9af1:14a345aa012:-7fff</id>
       </namespace>
       <title>demo</title>
       <nativeCRS class="projected">PROJCS[&quot;ETRS89 / UTM zone
    32N&quot;,
       GEOGCS[&quot;ETRS89&quot;,
         DATUM[&quot;European Terrestrial Reference System 1989&quot;,
           SPHEROID[&quot;GRS 1980&quot;, 6378137.0, 298.257222101,
    AUTHORITY[&quot;EPSG&quot;,&quot;7019&quot;]],
           TOWGS84[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
     AUTHORITY[&quot;EPSG&quot;,&quot;6258&quot;]],
         PRIMEM[&quot;Greenwich&quot;, 0.0,
    AUTHORITY[&quot;EPSG&quot;,&quot;8901&quot;]],
         UNIT[&quot;degree&quot;, 0.017453292519943295],
         AXIS[&quot;Geodetic longitude&quot;, EAST],
         AXIS[&quot;Geodetic latitude&quot;, NORTH],
     AUTHORITY[&quot;EPSG&quot;,&quot;4258&quot;]],
       PROJECTION[&quot;Transverse_Mercator&quot;,
    AUTHORITY[&quot;EPSG&quot;,&quot;9807&quot;]],
       PARAMETER[&quot;central_meridian&quot;, 9.0],
       PARAMETER[&quot;latitude_of_origin&quot;, 0.0],
       PARAMETER[&quot;scale_factor&quot;, 0.9996],
       PARAMETER[&quot;false_easting&quot;, 500000.0],
       PARAMETER[&quot;false_northing&quot;, 0.0],
       UNIT[&quot;m&quot;, 1.0],
       AXIS[&quot;Easting&quot;, EAST],
       AXIS[&quot;Northing&quot;, NORTH],
    AUTHORITY[&quot;EPSG&quot;,&quot;25832&quot;]]</nativeCRS>
       <srs>EPSG:3857</srs>
       <nativeBoundingBox>
         <minx>2132585.7394427173</minx>
         <maxx>3258903.181258149</maxx>
         <miny>3125369.741298136</miny>
         <maxy>4116215.339066723</maxy>
         <crs class="projected">EPSG:25832</crs>
       </nativeBoundingBox>
       <latLonBoundingBox>
         <minx>19.15734364436724</minx>
         <maxx>29.275225371899268</maxx>
         <miny>27.01519059391415</miny>
         <maxy>34.64849730718635</maxy>
         <crs>GEOGCS[&quot;WGS84(DD)&quot;,
       DATUM[&quot;WGS84&quot;,
         SPHEROID[&quot;WGS84&quot;, 6378137.0, 298.257223563]],
       PRIMEM[&quot;Greenwich&quot;, 0.0],
       UNIT[&quot;degree&quot;, 0.017453292519943295],
       AXIS[&quot;Geodetic longitude&quot;, EAST],
       AXIS[&quot;Geodetic latitude&quot;, NORTH]]</crs>
       </latLonBoundingBox>
    <projectionPolicy>REPROJECT_TO_DECLARED</projectionPolicy>
       <enabled>true</enabled>
       <metadata>
         <entry key="time">
           <dimensionInfo>
             <enabled>false</enabled>
             <defaultValue/>
           </dimensionInfo>
         </entry>
         <entry key="elevation">
           <dimensionInfo>
             <enabled>false</enabled>
           </dimensionInfo>
         </entry>
         <entry key="cachingEnabled">false</entry>
       </metadata>
       <store class="dataStore">
    <id>DataStoreInfoImpl--1b7e9af1:14a345aa012:-7ffe</id>
       </store>
       <maxFeatures>1000</maxFeatures>
       <numDecimals>0</numDecimals>
     <overridingServiceSRS>false</overridingServiceSRS>
     <circularArcPresent>false</circularArcPresent>
    </featureType>

    <layer>
       <name>HU</name>
     <id>LayerInfoImpl-2444c4fe:14a3e3ee97e:-7fc3</id>
       <type>VECTOR</type>
       <defaultStyle>
     <id>StyleInfoImpl--570ae188:124761b8d78:-7fe0</id>
       </defaultStyle>
       <resource class="featureType">
    <id>FeatureTypeInfoImpl-2444c4fe:14a3e3ee97e:-7fc4</id>
       </resource>
       <attribution>
         <logoWidth>0</logoWidth>
         <logoHeight>0</logoHeight>
       </attribution>
    </layer>

    LOG:
    2014-12-12 17:26:58,635 INFO [org.geoserver.wfs] -
    Request: getServiceInfo
    2014-12-12 17:26:58,636 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,636 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,636 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,636 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,638 TRACE [org.geotools.data.wfs] - Looking
    operation URI for TRANSACTION/POST
    2014-12-12 17:26:58,638 DEBUG [org.geotools.data.wfs] - Returning
    operation URI for TRANSACTION/POST: http://vertrieb.de:80/demo
    2014-12-12 17:26:58,638 INFO [org.geotools.data.wfs] -
    Transactions not
    supported since WFS didn't declare support for Insert
    2014-12-12 17:26:58,638 TRACE [org.geotools.data.wfs] - Looking
    operation URI for TRANSACTION/POST
    2014-12-12 17:26:58,638 DEBUG [org.geotools.data.wfs] - Returning
    operation URI for TRANSACTION/POST: http://vertrieb.de:80/demo
    2014-12-12 17:26:58,638 INFO [org.geotools.data.wfs] -
    Transactions not
    supported since WFS didn't declare support for Insert
    2014-12-12 17:26:58,638 TRACE [org.geotools.data.wfs] - Looking
    operation URI for TRANSACTION/POST
    2014-12-12 17:26:58,638 DEBUG [org.geotools.data.wfs] - Returning
    operation URI for TRANSACTION/POST: http://vertrieb.de:80/demo
    2014-12-12 17:26:58,638 INFO [org.geotools.data.wfs] -
    Transactions not
    supported since WFS didn't declare support for Insert
    2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,638 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,639 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,640 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,641 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,641 TRACE [org.geotools.data.wfs] - Looking
    operation URI for GET_FEATURE/GET
    2014-12-12 17:26:58,641 DEBUG [org.geotools.data.wfs] - Returning
    operation URI for GET_FEATURE/GET: http://vertrieb.de:80/demo?
    2014-12-12 17:26:58,641 TRACE [org.geotools.data.wfs] - Looking
    operation URI for GET_FEATURE/POST
    2014-12-12 17:26:58,641 DEBUG [org.geotools.data.wfs] - Returning
    operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
    2014-12-12 17:26:58,641 TRACE [org.geotools.data.wfs] - Looking
    operation URI for GET_FEATURE/POST
    2014-12-12 17:26:58,641 DEBUG [org.geotools.data.wfs] - Returning
    operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
    2014-12-12 17:26:58,642 TRACE [org.geotools.data.wfs] - Looking
    operation URI for GET_FEATURE/POST
    2014-12-12 17:26:58,642 DEBUG [org.geotools.data.wfs] - Returning
    operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
    2014-12-12 17:26:58,642 INFO [org.geotools.data.wfs.requests] -
    Sending
    GetFeature request to
    http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS
    2014-12-12
    <http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS 2014-12-12&gt;
    17:26:58,642 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,642 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,643 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:58,643 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:58,646 DEBUG [org.geotools.util] -
    InterpolationConverterFactory can be applied from Strings to
    Interpolation only.
    2014-12-12 17:26:58,646 DEBUG [org.geotools.util] -
    CRSConverterFactory
    can be applied from Strings to CRS only.
    2014-12-12 17:26:58,646 DEBUG [org.geotools.util] -
    InterpolationConverterFactory can be applied from Strings to
    Interpolation only.
    2014-12-12 17:26:58,646 DEBUG [org.geotools.util] -
    CRSConverterFactory
    can be applied from Strings to CRS only.
    2014-12-12 17:26:58,646 WARN [org.geotools.xml] - hits[ class
    java.lang.String ] is not of type class net.opengis.wfs.ResultTypeType
    2014-12-12 17:26:58,647 WARN [org.geotools.xml] - Binding:
    {http://www.opengis.net/ows\}ServiceType
    <http://www.opengis.net/ows}ServiceType&gt; does not declare a
    target type
    2014-12-12 17:26:58,647 WARN [org.geotools.xml] - Binding:
    {http://www.opengis.net/wfs\}Base_TypeNameListType
    <http://www.opengis.net/wfs}Base_TypeNameListType&gt; does not
    declare a
    target type
    2014-12-12 17:26:58,647 WARN [org.geotools.xml] - Binding:
    {http://www.opengis.net/wfs\}TypeNameListType
    <http://www.opengis.net/wfs}TypeNameListType&gt; does not declare a
    target type
    2014-12-12 17:26:58,650 DEBUG [org.geotools.util] -
    InterpolationConverterFactory can be applied from Strings to
    Interpolation only.
    2014-12-12 17:26:58,650 DEBUG [org.geotools.util] -
    CRSConverterFactory
    can be applied from Strings to CRS only.
    2014-12-12 17:26:58,650 DEBUG [org.geotools.xml] - [ class
    org.geotools.geometry.jts.LiteCoordinateSequence ] is not of type
    class
    [Ljava.lang.Double;
    2014-12-12 17:26:58,650 DEBUG [org.geotools.util] -
    InterpolationConverterFactory can be applied from Strings to
    Interpolation only.
    2014-12-12 17:26:58,650 DEBUG [org.geotools.util] -
    CRSConverterFactory
    can be applied from Strings to CRS only.
    2014-12-12 17:26:58,650 DEBUG [org.geotools.xml] - [ class
    org.geotools.geometry.jts.LiteCoordinateSequence ] is not of type
    class
    [Ljava.lang.Double;
    2014-12-12 17:26:58,650 INFO [org.geotools.data.wfs.requests] -
    Encoded
    GET_FEATURE request: <?xml version="1.0"
    encoding="UTF-8"?><wfs:GetFeature
    xmlns:demo="http://www.erdas.com/wfs&quot;
    xmlns:xs="http://www.w3.org/2001/XMLSchema&quot;
    xmlns:ogc="http://www.opengis.net/ogc&quot;
    xmlns:wfs="http://www.opengis.net/wfs&quot;
    xmlns:ows="http://www.opengis.net/ows&quot;
    xmlns:xlink="http://www.w3.org/1999/xlink&quot;
    xmlns:gml="http://www.opengis.net/gml&quot; handle="GeoTools
    12.1(d9591f70f29ae861bf48a7b2fc714959f360d3c4) WFS 1.1.0 DataStore
    @Klempenow#10" maxFeatures="1000" outputFormat="text/xml;
    subtype=gml/3.1.1" resultType="hits" service="WFS" version="1.1.0">
      <wfs:Query srsName="EPSG:25832" typeName="demo:HU">
     <wfs:PropertyName>UMRING_ID</wfs:PropertyName>
       <wfs:PropertyName>FLAECHE</wfs:PropertyName>
       <wfs:PropertyName>UMFANG</wfs:PropertyName>
     <wfs:PropertyName>UMRING_UTM32</wfs:PropertyName>
       <ogc:Filter>
        <ogc:BBOX>
     <ogc:PropertyName>UMRING_UTM32</ogc:PropertyName>
         <gml:Envelope srsDimension="2"
    srsName="http://www.opengis.net/gml/srs/epsg.xml#25832&quot;&gt;
          <gml:lowerCorner>366822.3149047226
    5619505.550969534</gml:lowerCorner>
          <gml:upperCorner>366921.8076600042
    5619604.78890361</gml:upperCorner>
         </gml:Envelope>
        </ogc:BBOX>
       </ogc:Filter>
      </wfs:Query>
    </wfs:GetFeature>

    2014-12-12 17:26:59,044 DEBUG [org.geotools.data.ows] - Executed
    request
    to URL:
    http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS
    2014-12-12
    <http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS 2014-12-12&gt;
    17:26:59,044 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:59,044 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:59,044 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:59,045 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:59,045 INFO [org.geoserver.wfs] -
    Request: getFeature
         service = wfs
         version = 2.0.0
         baseUrl = http://localhost:8081/geoserver/
         outputFormat = text/xml; subtype=gml/3.2
         resolve = none
         resolveDepth = *
         resolveTimeout = 300
         resultType = results
         abstractQueryExpressionGroup[0] =
    wfs:abstractQueryExpression=net.opengis.wfs20.impl.QueryTypeImpl@anonymised.com.6836...
    (handle: null) (abstractProjectionClause: null,
    abstractSelectionClause:
    [ bbox POLYGON ((791887 6570526, 791887 6570679, 792040 6570679,
    792040
    6570526, 791887 6570526)) ], abstractSortingClause: null, aliases:
    null,
    typeNames: [{http://www.opengis.net/wfs\}HU
    <http://www.opengis.net/wfs}HU&gt;\]) (featureVersion: null,
    srsName: EPSG:3857, filter: null, propertyNames: null, sortBy: null)
         abstractQueryExpression[0]:
             abstractSelectionClause = [ bbox POLYGON ((791887 6570526,
    791887 6570679, 792040 6570679, 792040 6570526, 791887 6570526)) ]
             typeNames[0] = {http://www.opengis.net/wfs\}HU
    <http://www.opengis.net/wfs}HU&gt;
             srsName = EPSG:3857
             filter = [ bbox POLYGON ((791887 6570526, 791887 6570679,
    792040 6570679, 792040 6570526, 791887 6570526)) ]
    2014-12-12 17:26:59,048 DEBUG [org.geotools.xml] - building schema for
    schema: http://www.opengis.net/wfs
    2014-12-12 17:26:59,052 DEBUG [org.geotools.util] -
    InterpolationConverterFactory can be applied from Strings to
    Interpolation only.
    2014-12-12 17:26:59,052 DEBUG [org.geotools.util] -
    CRSConverterFactory
    can be applied from Strings to CRS only.
    2014-12-12 17:26:59,052 DEBUG [org.geotools.util] -
    InterpolationConverterFactory can be applied from Strings to
    Interpolation only.
    2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:59,053 TRACE [org.geotools.data.wfs] - Looking
    operation URI for GET_FEATURE/GET
    2014-12-12 17:26:59,053 DEBUG [org.geotools.data.wfs] - Returning
    operation URI for GET_FEATURE/GET: http://vertrieb.de:80/demo?
    2014-12-12 17:26:59,053 TRACE [org.geotools.data.wfs] - Looking
    operation URI for GET_FEATURE/POST
    2014-12-12 17:26:59,053 DEBUG [org.geotools.data.wfs] - Returning
    operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
    2014-12-12 17:26:59,053 TRACE [org.geotools.data.wfs] - Looking
    operation URI for GET_FEATURE/POST
    2014-12-12 17:26:59,053 DEBUG [org.geotools.data.wfs] - Returning
    operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
    2014-12-12 17:26:59,053 TRACE [org.geotools.data.wfs] - Looking
    operation URI for GET_FEATURE/POST
    2014-12-12 17:26:59,053 DEBUG [org.geotools.data.wfs] - Returning
    operation URI for GET_FEATURE/POST: http://vertrieb.de:80/demo
    2014-12-12 17:26:59,053 INFO [org.geotools.data.wfs.requests] -
    Sending
    GetFeature request to
    http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS
    2014-12-12
    <http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS 2014-12-12&gt;
    17:26:59,053 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - ENTRY
    (GeometryFactory, JTS_GEOMETRY_FACTORY)
    2014-12-12 17:26:59,053 TRACE [org.geotools.factory] - RETURN
    (GeometryFactory, JTS_GEOMETRY_FACTORY): found implementation
    GeometryFactory.
    2014-12-12 17:26:59,055 DEBUG [org.geotools.util] -
    InterpolationConverterFactory can be applied from Strings to
    Interpolation only.
    2014-12-12 17:26:59,055 DEBUG [org.geotools.util] -
    CRSConverterFactory
    can be applied from Strings to CRS only.
    2014-12-12 17:26:59,055 DEBUG [org.geotools.util] -
    InterpolationConverterFactory can be applied from Strings to
    Interpolation only.
    2014-12-12 17:26:59,055 DEBUG [org.geotools.util] -
    CRSConverterFactory
    can be applied from Strings to CRS only.
    2014-12-12 17:26:59,055 WARN [org.geotools.xml] - results[ class
    java.lang.String ] is not of type class net.opengis.wfs.ResultTypeType
    2014-12-12 17:26:59,055 WARN [org.geotools.xml] - Binding:
    {http://www.opengis.net/ows\}ServiceType
    <http://www.opengis.net/ows}ServiceType&gt; does not declare a
    target type
    2014-12-12 17:26:59,055 WARN [org.geotools.xml] - Binding:
    {http://www.opengis.net/wfs\}Base_TypeNameListType
    <http://www.opengis.net/wfs}Base_TypeNameListType&gt; does not
    declare a
    target type
    2014-12-12 17:26:59,055 WARN [org.geotools.xml] - Binding:
    {http://www.opengis.net/wfs\}TypeNameListType
    <http://www.opengis.net/wfs}TypeNameListType&gt; does not declare a
    target type
    2014-12-12 17:26:59,057 DEBUG [org.geotools.util] -
    InterpolationConverterFactory can be applied from Strings to
    Interpolation only.
    2014-12-12 17:26:59,057 DEBUG [org.geotools.util] -
    CRSConverterFactory
    can be applied from Strings to CRS only.
    2014-12-12 17:26:59,057 DEBUG [org.geotools.xml] - [ class
    org.geotools.geometry.jts.LiteCoordinateSequence ] is not of type
    class
    [Ljava.lang.Double;
    2014-12-12 17:26:59,057 DEBUG [org.geotools.util] -
    InterpolationConverterFactory can be applied from Strings to
    Interpolation only.
    2014-12-12 17:26:59,057 DEBUG [org.geotools.util] -
    CRSConverterFactory
    can be applied from Strings to CRS only.
    2014-12-12 17:26:59,057 DEBUG [org.geotools.xml] - [ class
    org.geotools.geometry.jts.LiteCoordinateSequence ] is not of type
    class
    [Ljava.lang.Double;
    2014-12-12 17:26:59,057 INFO [org.geotools.data.wfs.requests] -
    Encoded
    GET_FEATURE request: <?xml version="1.0"
    encoding="UTF-8"?><wfs:GetFeature
    xmlns:demo="http://www.erdas.com/wfs&quot;
    xmlns:xs="http://www.w3.org/2001/XMLSchema&quot;
    xmlns:ogc="http://www.opengis.net/ogc&quot;
    xmlns:wfs="http://www.opengis.net/wfs&quot;
    xmlns:ows="http://www.opengis.net/ows&quot;
    xmlns:xlink="http://www.w3.org/1999/xlink&quot;
    xmlns:gml="http://www.opengis.net/gml&quot; handle="GeoTools
    12.1(d9591f70f29ae861bf48a7b2fc714959f360d3c4) WFS 1.1.0 DataStore
    @Klempenow#11" maxFeatures="1000" outputFormat="text/xml;
    subtype=gml/3.1.1" resultType="results" service="WFS" version="1.1.0">
      <wfs:Query srsName="EPSG:25832" typeName="demo:HU">
     <wfs:PropertyName>UMRING_ID</wfs:PropertyName>
       <wfs:PropertyName>FLAECHE</wfs:PropertyName>
       <wfs:PropertyName>UMFANG</wfs:PropertyName>
     <wfs:PropertyName>UMRING_UTM32</wfs:PropertyName>
       <ogc:Filter>
        <ogc:BBOX>
     <ogc:PropertyName>UMRING_UTM32</ogc:PropertyName>
         <gml:Envelope srsDimension="2"
    srsName="http://www.opengis.net/gml/srs/epsg.xml#25832&quot;&gt;
          <gml:lowerCorner>366822.3149047226
    5619505.550969534</gml:lowerCorner>
          <gml:upperCorner>366921.8076600042
    5619604.78890361</gml:upperCorner>
         </gml:Envelope>
        </ogc:BBOX>
       </ogc:Filter>
      </wfs:Query>
    </wfs:GetFeature>

    2014-12-12 17:26:59,182 DEBUG [org.geotools.data.ows] - Executed
    request
    to URL:
    http://vertrieb.de:80/demo?REQUEST=GetFeature&VERSION=1.1.0&SERVICE=WFS

    ------------------------------------------------------------------------------
    Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
    from Actuate! Instantly Supercharge Your Business Reports and
    Dashboards
    with Interactivity, Sharing, Native Excel Exports, App Integration
    & more
    Get technology previously reserved for billion-dollar
    corporations, FREE
    http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
    _______________________________________________
    Geoserver-users mailing list
    Geoserver-users@lists.sourceforge.net
    <mailto:Geoserver-users@lists.sourceforge.net>
    https://lists.sourceforge.net/lists/listinfo/geoserver-users

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Please, notice that GeoSolutions will be closed for seasonal holidays
from December the 24th to January the 6th

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

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

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

On Wed, Dec 17, 2014 at 1:21 PM, Lars Fricke <lars.fricke@anonymised.com>
wrote:

Hell Andrea,

Thank you for your reply. I just filed a report for this. Hope you can
resolve it soon as it is quite a show stopper for us.

Bug reports are resolved in spare time unless there is a support contract
in place, so the time of resolution
is not predictable, it depends on who's feeling like spending part of a
Sunday looking at that particular issue

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Please, notice that GeoSolutions will be closed for seasonal holidays
from December the 24th to January the 6th

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

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

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

Lars Fricke

Hello Andrea,

well since you talk about contract, is there a way to sponsor such a bug fix? If so, what do you think it would approximate to?

Best

Lars

Am 17.12.2014 um 13:23 schrieb Andrea Aime:

On Wed, Dec 17, 2014 at 1:21 PM, Lars Fricke <lars.fricke@anonymised.com <mailto:lars.fricke@anonymised.com>> wrote:

    Hell Andrea,

    Thank you for your reply. I just filed a report for this. Hope you
    can resolve it soon as it is quite a show stopper for us.

Bug reports are resolved in spare time unless there is a support contract in place, so the time of resolution
is not predictable, it depends on who's feeling like spending part of a Sunday looking at that particular issue

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Please, notice that GeoSolutions will be closed for seasonal holidays
from December the 24th to January the 6th

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

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

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

On Wed, Dec 17, 2014 at 7:02 PM, Lars Fricke <lars.fricke@anonymised.com>
wrote:

Lars Fricke

Hello Andrea,

well since you talk about contract, is there a way to sponsor such a bug
fix? If so, what do you think it would approximate to?

That is a discussion not suitable for a public mailing list, but the
GeoServer home page has a list
of commercial support providers, here:
http://geoserver.org/support/

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Please, notice that GeoSolutions will be closed for seasonal holidays
from December the 24th to January the 6th

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

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

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

Hello Andrea,

I tested downgrading to 2.5 and noticed the following:
I get the error message:
"Surface
Unrecognized geometry element {http://www.opengis.net/gml\}"

could this be related to this issue still? Just no it is simply overreading the element and not telling about it? There are indeed surface elements (polygons really) in the source WFS.

I updated the bug report accordingly.

Lars Fricke

Projektmanager

SkenData GmbH
Konrad-Zuse-Str. 1a
18184 Roggentin

Tel: 039602-183097
Fax: 039602-183098

Geschäftsführer: Jon Meis

CONFIDENTIALITY NOTICE
This message and its attachments (if any) may contain confidential, proprietary or legally privileged information and it is intended only for the use of the addressee named above. No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient of this message you are hereby notified that you must not use, disseminate, copy it in any form or take any action in reliance on it. If you have received this message in error, please, delete it (and any copies of it) and kindly inform the sender, of this e-mail by replying or mail to lars.fricke@anonymised.com
Am 17.12.2014 um 13:23 schrieb Andrea Aime:

On Wed, Dec 17, 2014 at 1:21 PM, Lars Fricke <lars.fricke@anonymised.com <mailto:lars.fricke@anonymised.com>> wrote:

    Hell Andrea,

    Thank you for your reply. I just filed a report for this. Hope you
    can resolve it soon as it is quite a show stopper for us.

Bug reports are resolved in spare time unless there is a support contract in place, so the time of resolution
is not predictable, it depends on who's feeling like spending part of a Sunday looking at that particular issue

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Please, notice that GeoSolutions will be closed for seasonal holidays
from December the 24th to January the 6th

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

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

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