Hey guys, help me out here please. I have switched our mission-critical server to 2.1beta1 (I know, I know) and for various reasons I cannot go back. Why is it that this simple request

<?xml version="1.0" encoding="UTF-8"?>
<wfs:GetFeature handle="GeoTools 2.6.2 WFS DataStore"
 outputFormat="text/xml; subtype=gml/3.1.1" resultType="results"
 service="WFS" version="1.1.0" xmlns:ogc="http://www.opengis.net/ogc";
 xmlns:gml="http://www.opengis.net/gml";
 xmlns:xlink="http://www.w3.org/1999/xlink";
xmlns:ows="http://www.opengis.net/ows"; xmlns:wfs="http://www.opengis.net/wfs";> <wfs:Query srsName="urn:x-ogc:def:crs:EPSG:4326" typeName="usa:meandaysprecipjan">
<wfs:PropertyName>the_geom</wfs:PropertyName>
<wfs:PropertyName>gridcode</wfs:PropertyName>
<ogc:Filter>
<ogc:BBOX>
<ogc:PropertyName>the_geom</ogc:PropertyName>
<gml:Envelope>
<gml:lowerCorner>46.33 -124.27</gml:lowerCorner>
<gml:upperCorner>47.55 -122.42</gml:upperCorner>
</gml:Envelope>
</ogc:BBOX>
</ogc:Filter>
</wfs:Query>
</wfs:GetFeature>

fails with java.lang.String cannot be cast to org.geoserver.catalog.FeatureTypeInfo? Any help enormously appreciated. Thanks much,
ferdinando

BTW it can be tested on http://ecoinformatics.uvm.edu/geoserver/wfs
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to