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";
                     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
                     version="1.0.0"
                     xsi:schemaLocation="http://www.opengis.net/ows 
http://localhost:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd";>
         <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

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to