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.  Transanction Types Problem

    Posted 08/18/11 11:24 AM

    In JDBC Adapter Connection We Use Different Types Of Transanctions What Exactly the Difference Between Those 3 T Types


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Transanction Types Problem

    Posted 01/20/12 10:16 AM

    Please help us to understand the difference between transaction types with examples if possible.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 3.  RE: Transanction Types Problem

    Posted 01/22/12 08:25 PM

    NO_TRANSACTION
    The connection provides no transaction control over the operations being performed. That is, the connection automatically commits all operations.
    LOCAL_TRANSACTION
    With this transaction type, all of the operations on the same connection in one transaction boundary will be committed or rolled back together. A transaction boundary means the scope of the transaction, from the beginning to the end of a transaction. It can be in one adapter service, one flow service, one Java service, or several steps in a flow service.
    XA_TRANSACTION
    This transaction type allows the connection to support two-phase transactions executed across multiple databases. In one transaction boundary, all of the operations on multiple connections will be committed or rolled back together. A transaction boundary means the scope of the transaction, from the beginning to the end of a transaction. It can be in one adapter service, one flow service, one Java service, or several steps in a flow service.

    More information in the JDBC Adapter Users Guide


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards