From: Pierrick B. <pie...@fr...> - 2011-05-04 18:38:28
|
Hi, Le 04/05/2011 20:30, Dannes Wessels a écrit : > log4j:WARN No such property [append] in org.apache.log4j.ConsoleAppender. > May 4, 2011 6:46:06 PM org.geotools.gml.SubHandlerPolygon create > WARNING: Topology Error building polygon > May 4, 2011 6:46:13 PM org.geotools.gml.SubHandlerPolygon create > WARNING: Topology Error building polygon Yes. There are a few polygons in the demo file that are not topologically correct. > Error > The SAX2 parser org.geotools.xml.transform.TransformerBase$XMLReaderSupport does not > support setting the 'namespaces' feature to true: Feature:http://xml.org/sax/features/namespaces > org.exist.xquery.XPathException: [source: String] > at org.exist.xquery.modules.spatial.FunGMLProducers.eval(FunGMLProducers.java:426) > at org.exist.xquery.BasicFunction.eval(BasicFunction.java:68) > at org.exist.xquery.InternalFunctionCall.eval(InternalFunctionCall.java:55) > at org.exist.xquery.AbstractExpression.eval(AbstractExpression.java:70) > ...... > at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906) > Caused by: org.exist.indexing.spatial.SpatialIndexException: net.sf.saxon.trans.XPathException: The SAX2 parser org.geotools.xml.transform.TransformerBase$XMLReaderSupport does not support setting the 'namespaces' feature to true This is the point. The previous parser used to work... Any way to use another parser or to set the namespace feature ? Cheers, p.b. |