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
Expand all | Collapse all

TLocalTransaction for the new version

  • 1.  TLocalTransaction for the new version

    Posted Mon May 13, 2002 04:30 AM

    NOTE: I dont know which forum to put this thread into. Sorry…

    Hi,

    I have this line somewhere in my code:

    TLocalTransaction localTransaction=connection.useLocalTransactionMode();

    but I was prompted that there’s no such method. i checked the TLocalTransaction interface and found only 2 methods indeed: commit and rollback.

    So I commented out this code. But then i am encountering a runtime error which says that

    “Open cursor is not supported here. Change to local transaction mode”

    I really need help on this. i am very new to Tamino. Thanks a lot. :slight_smile:


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


  • 2.  RE: TLocalTransaction for the new version

    Posted Mon May 13, 2002 05:45 PM

    This is indeed the wrong forum - you should use the “Tamino API for Java” forum.

    Anyway: useLocalTransactionMode() is a method of the TConnection interface (not of the TLocalTransaction interface). Maybe your connection variable is not declared correctly?
    Show us a bit more of your code.


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