Tests fail with NoClassDefFoundError: org/w3c/dom/ranges/DocumentRange
----------------------------------------------------------------------
Key: JCR-700
URL: https://issues.apache.org/jira/browse/JCR-700
Project: Jackrabbit
Issue Type: Bug
Components: xml
Reporter: Jukka Zitting
Assigned To: Jukka Zitting
Priority: Minor
Fix For: 1.3
The nekohtml dependency in jackrabbit-text-extractors brings in a transitive
xerces 2.4.0 dependency without the extra XML API classes required by Xerces.
This causes test failures in jackrabbit-core and jackrabbit-jca because the
Xerces dependency included in the test classpath overrides the default XML
parser. Then, when the test cases try to parse XML documents, the missing XML
API dependency causes a NoClassDefFoundError.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira