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: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</onlineResource>
<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</entry>
     <entry 
key="WFSDataStoreFactory:GET_CAPABILITIES_URL">http://vertrieb.de:80/demo</entry>
     <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"; 
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: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";>
      <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@418e4d2 
(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: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";>
      <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
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to