Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.6.0-RC2
-
Fix Version/s: None
-
Component/s: WFS
-
Labels:None
-
Environment:MacOSX 10.4.11 on Intel, java version 1.5.0_13
-
Number of attachments :
Description
I cut and pasted the insert transaction example from section 12.2.4 of the WFS 1.1 spec (OGC 04-094). There were two locations that had ellipses that I removed (<gml:posList>-99.99 22.22 ...</gml:posList>). I got the same result whether I left them in or not: the query does not return, and the geoserver log shows an exception:
53012 [btpool0-5] INFO /geoserver - Loading WebApplicationContext for Spring FrameworkServlet 'dispatcher' org.eclipse.emf.ecore.resource.Resource$IOWrappedException: The reference to entity "domainname" must end with the ';' delimiter.
I've attached the xml query and the full traceback.
It seems to me the schema location in this wfst-insert.xml file is invalid. Justin?