WLST script to set the XA Transaction timeout values for a data source in WebLogic server
This tutorial explains the approach to set some of the important timeout properties for XA data sources in the WebLogic server through the WLST script.
Set XA Transaction Timeout
Enables WebLogic Server to set a transaction branch timeout based on the value for XaTransactionTimeout.
When enabled, the WebLogic Server Transaction Manager calls XAResource.setTransactionTimeout() before calling XAResource.start, and…