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.  Problems with JDOM

    Posted 01/16/02 10:02 AM

    Hello!!.

    I have a problem when I try to access to Tamino DB with implementation method TXMLObjectAccessor. If I trying created a new instance with TDOMObjectModel the result is correct:


    TXMLObjectAccessor xmlObjectAccessor = myConnection.newXMLObjectAccessor( TAccessLocation.newInstance(“admin”), TDOMObjectModel.getInstance() );

    If the ObjectModel y created whit JDOM a exception is ocurred:

    TXMLObjectAccessor xmlObjectAccessor = myConnection.newXMLObjectAccessor( TAccessLocation.newInstance(“admin”), TJDOMObjectModel.getInstance() );

    The result is:

    ERROR: com.softwareag.tamino.db.API.accessor.TQueryException
    Access Failure:
    ReturnValue:
    Code:
    MessageText:
    MessageLine:

    Thanks.

    code:
      


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


  • 2.  RE: Problems with JDOM

    Posted 01/16/02 10:39 AM

    So Sorry my classpath is not well configured and I was using a JDOM.jar that not will provided with Tamino Installation CD’s

    So sorry :o :o


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