[Geoserver-devel] [jira] Created: (GEOS-2346) IllegalStateException on GetVersionedFeature request

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&quot; service="WFSV" version="1.1.0">
  <wfs:Query xmlns:wfs="http://www.opengis.net/wfs&quot; typeName="topp:notes" srsName="EPSG:900913" xmlns:topp="http://www.openplans.org/topp&quot;&gt;
    <ogc:Filter xmlns:ogc="http://www.opengis.net/ogc&quot;&gt;&lt;ogc:BBOX&gt;&lt;ogc:PropertyName&gt;the\_geom&lt;/ogc:PropertyName&gt;&lt;gml:Envelope xmlns:gml="http://www.opengis.net/gml&quot; 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&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:ows="http://www.opengis.net/ows&quot;&gt;
  <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