IllegalStateException on GetVersionedFeature request
----------------------------------------------------
Key: GEOS-2346
URL: http://jira.codehaus.org/browse/GEOS-2346
Project: GeoServer
Issue Type: Bug
Components: Versioning
Reporter: Sebastian Benthall
Assignee: David Winslow
Fix For: 1.7.x
After attempting to upgrade geo.openplans.org/geoserver to a recent nightly build (geoserver-1.7.x-110108-war.zip), I get the following request/error:
{code}
<wfsv:GetVersionedFeature xmlns:wfsv="http://www.opengis.net/wfsv" service="WFSV" version="1.1.0">
<wfs:Query xmlns:wfs="http://www.opengis.net/wfs" typeName="topp:notes" srsName="EPSG:900913" xmlns:topp="http://www.openplans.org/topp">
<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc"><ogc:BBOX><ogc:PropertyName>the\_geom</ogc:PropertyName><gml:Envelope xmlns:gml="http://www.opengis.net/gml" srsName="EPSG:900913"><gml:lowerCorner>-8247880.208192032 4974388.035307603</gml:lowerCorner><gml:upperCorner>-8219808.709559329 4986388.648746228</gml:upperCorner></gml:Envelope></ogc:BBOX></ogc:Filter>
</wfs:Query>
</wfsv:GetVersionedFeature>
{code}
{code}
<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows http://geo.openplans.org:80/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ows="http://www.opengis.net/ows">
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>java.lang.IllegalStateException:
Reloaded binding resulted in different type Reloaded
binding resulted in different type</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira