Hi,
trying again the WFS-V demo requests today I got this
surprise.
Request:
<wfs:GetFeature service="WFSV" version="1.1.0"
outputFormat="GML2"
xmlns:topp="http://www.openplans.org/topp"
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">
<wfs:Query typeName="topp:changesets">
<ogc:PropertyName>date</ogc:PropertyName>
<ogc:PropertyName>message</ogc:PropertyName>
</wfs:Query>
</wfs:GetFeature>
Response:
<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows http://localhost:8080/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.RuntimeException: Parsing failed for Query: java.lang.ClassCastException: org.geotools.filter.AttributeExpressionImpl cannot be cast to java.lang.String
java.lang.RuntimeException: Parsing failed for Query: java.lang.ClassCastException: org.geotools.filter.AttributeExpressionImpl cannot be cast to java.lang.String
java.lang.RuntimeException: Parsing failed for Query: java.lang.ClassCastException: org.geotools.filter.AttributeExpressionImpl cannot be cast to java.lang.String</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
Hum...
Cheers
Andrea