Thanks, I've got the features working. Another problem I had was that the shapefiles I've imported into PostGIS resulted in a column 'gid' with certain modifiers. I'm not certain why, but trying to map from this column failed, and the WFS exception I got was a java.lang.NullPointerException.
If I avoid this column I can get it working. Cheers, Will -----Original Message----- From: Ben Caradoc-Davies [mailto:[email protected]] Sent: 05 October 2010 09:39 To: Rogers, Will (STFC,RAL,ESC) Cc: [email protected] Subject: Re: [Geoserver-users] app-schema: unknown namespace If I change the closing </namespace> for gsml in the tutorial config to <namespace> (breaking it), the workspace is not loaded and I get this error, which I think would explain your symptoms, because GeoServer otherwise starts up and loads the surviving workspaces: 05 Oct 16:35:24 WARN [org.geoserver] - Failed to load namespace for 'gsml' com.thoughtworks.xstream.converters.ConversionException: : no more data available - expected end tags </namespace></namespace> to close start tag <namespace> from line 5 and start tag <namespace> from line 1 [...] On 05/10/10 16:21, Ben Caradoc-Davies wrote: > And your hy-p namespace has the same problem. Do you get any error > messages when starting GeoServer? > > On 05/10/10 16:19, Ben Caradoc-Davies wrote: >> Will, your namespace.xml is malformed: >> >> <namespace> >> <id>tn-ra_namespace</id> >> <prefix>tn-ra</prefix> >> >> <uri>urn:x-inspire:specification:gmlas:RailwayTransportNetwork:3.0</uri> >> <namespace> >> >> The last tag should be a closing tag: </namespace> >> >> Kind regards, >> Ben. >> > -- Ben Caradoc-Davies <[email protected]> Software Engineering Team Leader CSIRO Earth Science and Resource Engineering Australian Resources Research Centre -- Scanned by iCritical. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
