DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9514>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9514 Chainsaw cannot load files if messages contain CDATA Summary: Chainsaw cannot load files if messages contain CDATA Product: Log4j Version: 1.2 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If I try and load an XML file where messages have CDATA sections Chainsaw stops dead in its tracks. It will process the file until it comes across the first offending message. Example entry: <log4j:event category="com.twii.jme.server.util.payload.SOAPPayload" timestamp="1022645227312" level="DEBUG" thread="ApplicationServerThread"> <log4j:message><![CDATA[push() <ecrmoutput><resultinfo><retval><![CDATA[0]] ></retval><errdesc><![CDATA[]]></errdesc><memberid><![CDATA[323976]] ></memberid></resultinfo></ecrmoutput>]]></log4j:message> </log4j:event> There is no problem loading the same message using a SocketAppender. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>