API 2.1.0.9 works with JDOM Beta 7

fetched JDOM beta 7 from CVS today and built it myself with no improvement whatsoever until I exchanged Xerces with Crimson. Now I’m using jdom.jar, jaxp.jar and crimson.jar from the JDOM package and it works using the following classpath:

java -classpath “C:\Dokumente und Einstellungen\sagajsc\jbproject\NewAPI\classes;C:\Dokumente und Einstellungen\sagajsc\jbproject\Tamino API 2.1.0.9\log4j-core.jar;C:\Dokumente und Einstellungen\sagajsc\jbproject\jdom-snapshot\lib\crimson.jar;C:\Dokumente und Einstellungen\sagajsc\jbproject\jdom-snapshot\lib\jaxp.jar;C:\Dokumente und Einstellungen\sagajsc\jbproject\jdom-snapshot\build\jdom.jar;C:\Dokumente und Einstellungen\sagajsc\jbproject\Tamino API 2.1.0.9\TaminoAPI4J.jar;C:\Dokumente und Einstellungen\sagajsc\jbproject\saxon\saxon.jar” newapi.newAPI

Thought it might interest anyone - with this version of JDOM you can use SAXON with a JDOMSource the same way as with DOMSource before and don’t need the DocumentWrapper class from the SAXON package.

Did not test with the binary download of JDOM beta 7 yet.