[Geoserver-devel] [jira] Created: (GEOS-1403) WFS getfeature request URL doesn't work in 1.6b2

WFS getfeature request URL doesn't work in 1.6b2
------------------------------------------------

                 Key: GEOS-1403
                 URL: http://jira.codehaus.org/browse/GEOS-1403
             Project: GeoServer
          Issue Type: Bug
          Components: WFS
    Affects Versions: 1.6.0-beta2
         Environment: Linux webmapping.ems.psu.edu 2.6.9-55.0.9.EL #1 Tue Sep 25 02:06:54 EDT 2007 i686 i686 i386 GNU/Linux

            Reporter: Ian Turton
            Assignee: Andrea Aime

go to demo requests and select WFS_getfeatureBBOX.url (http://webmapping.mgis.psu.edu:80/geoserver-1.6b2/wfs?request=GetFeature&version=1.1.0&typeName=topp:states&propertyName=STATE_NAME,PERSONS&BBOX=-75.102613,40.212597,-72.361859,41.512517)
click submit
you get the following response:

<ows:ExceptionReport version="1.0.0" xsi:schemaLocation="http://www.opengis.net/ows http://webmapping.mgis.psu.edu:80/geoserver-1.6b2/schemas/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
  <ows:Exception exceptionCode="NoApplicableCode">
  <ows:ExceptionText>
java.lang.IllegalArgumentException:
      Type with same name already exists in cache.
      java.lang.IllegalArgumentException: Type with same
      name already exists in cache.
</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>

Running the same query against 1.5.0 works fine (http://webmapping.mgis.psu.edu/geoserver-1.5.0/wfs?request=GetFeature&version=1.1.0&typeName=topp:states&propertyName=STATE_NAME,PERSONS&BBOX=-75.102613,40.212597,-72.361859,41.512517)

--
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