[Geoserver-devel] [jira] (GEOS-5342) Anonymous types handling are broken in app-schema

Rini Angreani created BugGEOS-5342
Anonymous types handling are broken in app-schema

Issue Type:

BugBug

Affects Versions:

2.2-RC3

Assignee:

Rini Angreani

Components:

Application schema

Created:

12/Oct/12 3:33 AM

Description:

Anonymous types like this causes error (“Error applying mapping with targetAttribute gsml:positionalAccuracy swe:Quantity is not a valid location path for type http://xmlns.geosciml.org/GeoSciML-Core/3.0. swe:Quantity ns: http://www.opengis.net/swe/2.0, null properties: http://www.opengis.net/swe/2.0#Category</ows:ExceptionText>”):

<element name=“positionalAccuracy” nillable=“true”>
<complexType>
<complexContent>
<extension base=“swe:QuantityPropertyType”>
<attribute name=“nilReason” type=“gml:NilReasonType”/>
</extension>
</complexContent>
</complexType>
</element>

Fix Versions:

2.3-beta1

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Rini Angreani

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your [JIRA administrators](https://jira.codehaus.org/secure/ContactAdministrators!default.jspa). For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)