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.  commit

    Posted Thu November 21, 2002 09:39 AM

    Hello!

    What is the difference betweeen and which executing with parameter true or false is correct?

    1)
    tc.commit(true);

    2)
    tc.commit(false);

    where:

    TaminoClient tc;

    ?

    In TaminoClient documentation I found:
    ----------------------------------------
    commit

    public final void commit(boolean keepCursors)
    throws TaminoError

    The Tamino object will attempt to commit a transaction using HTTP/1.1 POST and the _commit verb. Commit the transaction.

    Parameters:
    keepCursors - indicates whether cursors should be kept - this parameter has no effect
    ----------------------------------------

    thanks in advance!

    best regards,
    Dariusz Baumann


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


  • 2.  RE: commit

    Posted Fri November 22, 2002 03:41 PM

    I think the documentation is correct in saying “this parameter has no effect”.


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