IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only

API 2.1.0.9 works with JDOM Beta 7

  • 1.  API 2.1.0.9 works with JDOM Beta 7

    Posted Wed September 12, 2001 11:11 PM

    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.


    #webMethods-Tamino-XML-Server-APIs
    #webMethods
    #API-Management