Julian Reschke wrote:
Marcel Reutegger wrote:
no, you don't. this is a somewhat expected result. one of the tests
tries to parse malformed XML and checks if an exception is thrown. one
side effect using java 1.5 is the fatal error that is logged to system
out by the parser itself. jackrabbit cannot control this.
Hm. Sounds like we need to raise a bug report with Sun, right?
I just checked the test case again and found out that the XMLReader does not
have an error handler set. setting a default handler seems to solve the issue.
See: http://issues.apache.org/jira/browse/JCR-947
regards
marcel