[Geoserver-users] app-schema - wfs "describeFeatureType & typeName" and "propertyName in getFeature"

Hello.
After some work I managed to get the mapping files and needed xml schema for
complex features up and running. Most of WFS things work as they should but
there are 2 things that cause some problems.

First thing is with:
*http://localhost:8080/geoserver/wfs?version=2.0.0&request=describeFeatureType&typeName=prefix:ComplexFeature*
This only returns the "include schemaLocation=" and not the schema for the
complex feature and even if I would follow the link to the schema in the
include, well I could not see the schema since the URL provided is a
"pretend" URL (e.g. www.someschmealocation.com/featureSchema.xsd) in the
app-schema cache. Is there a trick to get the schema or does the schema have
to be published somewhere in order to get it.

Second thing is with:
*http://localhost:8080/geoserver/wfs?service=wfs&version=2.0.0&request=GetFeature&typeName=prefix:ComplexFeature&propertyName=name*
When I try this in order to filter what GetFeature should return, I get an
exception "Requested property: name is not available for
prefix:ComplexFeature".

So did anyone encounter similar problems before or are these limitations of
app-schema plugin?

Regards,
Matic

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/app-schema-wfs-describeFeatureType-typeName-and-propertyName-in-getFeature-tp5177982.html
Sent from the GeoServer - User mailing list archive at Nabble.com.