DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38894>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38894 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-09 10:13 ------- Created an attachment (id=17853) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17853&action=view) Test case Here is the test case to help things out. The actual exception is actually this: java.lang.NullPointerException at org.apache.commons.digester.Digester.getXMLReader(Digester.java:899) at org.apache.commons.digester.Digester.parse(Digester.java:1685) at ParserBugTest.testParserDetection(ParserBugTest.java:35) The stack from the initial message is actually being logged and ignored in the Digester#getXMLReader method. I guess this is yet another bug. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
