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

Call stored procedure within XA transaction

  • 1.  Call stored procedure within XA transaction

    Posted Wed December 08, 2004 06:25 PM

    Hi,
    I have an issue calling a stored proc within an XA transaction: it looks like the webMethods wrapper (adpater service calling the DB procedure) performs commit/rollback.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Call stored procedure within XA transaction

    Posted Wed December 08, 2004 10:24 PM

    Issue solved: the service manages an implicit transaction if there is no explicit transaction open. If the service is called inside a transaction no commit is performed until explicit commit.


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services