webMethods

webMethods

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.  New Tamino API does not work?

    Posted Wed September 12, 2001 09:49 AM

    Hi there,

    I downloaded the new Tamino API and started to try it out. I began with the example “XMLGreeting” deployed with the package but got permanent errors:

    Exception in thread “main” java.lang.NoSuchMethodError
    at com.softwareag.tamino.db.API.objectModel.dom.TDOMAdapter.setId(TDOMAd
    apter.java:95)
    at com.softwareag.tamino.db.API.accessor.TStreamAccessorImpl.insert(TStr
    eamAccessorImpl.java:85)
    at com.softwareag.tamino.db.API.accessor.TXMLObjectAccessorImpl.insert(T
    XMLObjectAccessorImpl.java:77)
    at com.softwareag.tamino.db.API.examples.greeting.XMLGreeting.main(XMLGr
    eeting.java:48)

    Does anybody know what is wrong? I use Tamino 2.3.1, JDK1.3 and the jar files (jdom, xerces…) deployed with the new API.

    Thanks in advance for help

    Andreas


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


  • 2.  RE: New Tamino API does not work?

    Posted Fri September 14, 2001 03:26 PM

    Hi Andreas,

    could you post the classpath, which is used while running the example, please?

    Thanks, Christian.


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


  • 3.  RE: New Tamino API does not work?

    Posted Wed June 05, 2002 04:50 AM

    when i run the demo just like this,I met the error above too,who can tell me what’s wrong?
    I compile it and it’s right,but running is wrong.
    Thanks.


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


  • 4.  RE: New Tamino API does not work?

    Posted Wed June 05, 2002 01:02 PM

    Could you please post the classpath and command, which is used while running the example and also the exception you get??


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


  • 5.  RE: New Tamino API does not work?



  • 6.  RE: New Tamino API does not work?

    Posted Mon June 10, 2002 11:44 PM

    Hi Everyone,

    I don’t promise to know the solution, but it is certain to cause problems if you have both TaminoAPI4J.jar AND taminoclient.jar in your CLASSPATH.

    The new style API - Tamino API for Java - is found in the TaminoAPI4J.jar file.
    The taminoclient.jar file contains the previous Java API for Tamino.
    Using these together will probably cause some classes to be picked up from the old API, leading to these mysterious errors.

    So, remove the taminoclient.jar and see what happens then…

    Cheers,
    Trevor.


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


  • 7.  RE: New Tamino API does not work?

    Posted Tue June 11, 2002 08:13 AM