Hello All,
I am currently setting up WFS 2.0.0 Services for INSPIRE Annex I. The data 
transformation is realised with HALE and Appschema and the services are 
published with Geoserver. While publishing the road transport network I 
encountered a problem regarding the namespaces. Strangely some of the 
namespaces are incorrect in the resulting Appschema.
As you can see below there appears nns instead of net and nns1 instead of tn.

ns3:AppSchemaDataAccess xmlns:ns2="http://www.opengis.net/ogc"; 
xmlns:ns3="http://www.geotools.org/app-schema";><http://www.geotools.org/app-schema%22%3E>
<namespaces>
<Namespace>
<prefix>tn-ro</prefix>
<uri>http://inspire.ec.europa.eu/schemas/tn-ro/4.0</uri>
</Namespace>
<Namespace>
<prefix>nns</prefix>
<uri>http://inspire.ec.europa.eu/schemas/net/4.0</uri>
</Namespace>
<Namespace>
<prefix>nns1</prefix>
<uri>http://inspire.ec.europa.eu/schemas/tn/4.0</uri>
</Namespace>
<Namespace>
<prefix>gn</prefix>
<uri>http://inspire.ec.europa.eu/schemas/gn/4.0</uri>
</Namespace>
<Namespace>
<prefix>gml</prefix>
<uri>http://www.opengis.net/gml/3.2</uri>
</Namespace>
<Namespace>
<prefix>base</prefix>
<uri>http://inspire.ec.europa.eu/schemas/base/3.3</uri>
</Namespace>

The only way to fix the problem, I found so far, is to manually replace the 
namespace prefixes in the appschema after the direct upload and then delete the 
incorrect namespaces from the server and restart.

Is this a bug or am I missing something?

Kind regards
Sonja Haas
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to