[Geoserver-devel] [jira] Created: (GEOS-2068) Fix WFS 1.1 xlink failures

Fix WFS 1.1 xlink failures
--------------------------

                 Key: GEOS-2068
                 URL: http://jira.codehaus.org/browse/GEOS-2068
             Project: GeoServer
          Issue Type: Bug
          Components: WFS
    Affects Versions: 1.7.0-beta1
            Reporter: Andrea Aime
            Assignee: Justin Deoliveira
             Fix For: 1.7.0

Besides the urn encoding related issues I've found 3 failing tests:

{panel}
wfs:GetGmlObject-POST-XML-1
wfs:GetGmlObject-POST-XML-2
wfs:GetGmlObject-POST-XML-3
{panel}

which all fail with the following service exception:

{code:xml}
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows&quot;
                     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
                     version="1.0.0"
                     xsi:schemaLocation="http://www.opengis.net/ows http://localhost:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
         <ows:Exception exceptionCode="NoApplicableCode">
            <ows:ExceptionText>java.lang.RuntimeException: No response: ( object = class org.geotools.jdbc.JDBCDataStore, outputFormat = GML3 )
No response: ( object = class org.geotools.jdbc.JDBCDataStore, outputFormat = GML3 )</ows:ExceptionText>
         </ows:Exception>
      </ows:ExceptionReport>
{code}

Hmm... it seems the wrong object is returned by the wfs service object?

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