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
  • 1.  always XMLGreetings

    Posted Tue October 22, 2002 10:21 AM

    The compilation of XMLGreeting is all OK, but when i run it i get the following error…
    Exception in thread “main” java.lang.NoClassDefFoundError: org.jdom.Document at com.softwareag.tamino.db.API.objectModel.class$…WHAT’UP?
    ThX
    @nto


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


  • 2.  RE: always XMLGreetings

    Posted Tue October 22, 2002 10:37 AM

    Now it works. I have moved some directories…
    Sorry.
    Thx anyway

    @nto


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


  • 3.  RE: always XMLGreetings

    Posted Tue October 22, 2002 10:46 AM

    hi,

    the NoClassDefFound comes if you do not have the class in question in your classpath.
    in your example, that would probably be the JDom package, to be found in /sdk/taminoapi4j/lib/jdom.jar.

    regards,
    andreas f.


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