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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  setting the classpath

    Posted 10/25/02 07:08 PM

    I am writing an query extension that accepts an XML object and returns an XML object. I need to be able to parse the XML that comes in the input parameter. I assumed that at least JDOM would be in the classpath, so I tried to use JDOM to do the parsing. But, I am getting the error: INOSXE7114: Java error: java.lang.NoClassDefFoundError: org/jdom/input/SAXBuilder.

    How do I include external jars in the classpath of sxs?

    If possible, I’d like to use a different DOM library than JDOM, but at this point anything would suffice.

    Thanks!

    -Patrick


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: setting the classpath

    Posted 10/28/02 08:33 AM

    Hello Patrick

    As the documentation says (Tamino Server Extension → Administrating Tamino Server Extensions → Installing a Server Extension)



    By the way, in the next version of Tamino it should be easier to change the class path by some administration commands.

    Regards

    Julius Geppert


    #API-Management
    #webMethods
    #Tamino


  • 3.  RE: setting the classpath

    Posted 10/28/02 04:04 PM

    In my searching of the documentation, I somehow overlooked that paragraph.

    Thanks for your help!

    -Patrick


    #Tamino
    #API-Management
    #webMethods