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