[GeoNetwork-users] SAX2 parser: namespaces feature to true

Hi,

Whenever I try to do a full text search I get the following error. Something related to setting the "namespaces" feature to true.

<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows&quot; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot; version="1.0.0" xsi:schemaLocation="http://www.opengis.net/ows http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd&quot;&gt;
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>Error transforming Filter to XMLnet.sf.saxon.trans.XPathException: The SAX2 parser org.geotools.xml.transform.TransformerBase$XMLReaderSupport does not support setting the 'namespaces' feature to true</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>

I have tried it by using both the GET and POST syntax. This is the last example I'm using:

<csw:GetRecords
xmlns:csw="http://www.opengis.net/cat/csw/2.0.2&quot;
service="CSW"
version="2.0.2"
resultType="results"
outputSchema="http://www.isotc211.org/2005/gmd&quot;&gt;
<csw:Query typeNames="csw:Record" >
<csw:ElementSetName>brief</csw:ElementSetName>
<csw:Constraint version="1.1.0">
<csw:CqlText>AnyText like '%Africa%'</csw:CqlText>
</csw:Constraint>
</csw:Query>
</csw:GetRecords>

Any idea?

Best regards,

Robert.