Select Datasource Template: no-tx-datasource default local-tx-datasource default xa-datasource default
Select the datasource template to be used. no-tx-datasource - JCA connection manager with no transaction support. local-tx-datasource - Implements a ConnectionEventListener that implements XAResource to manage transactions through the transaction manager. xa-datasource - Implements a ConnectionEventListener that obtains the XAResource to manage transactions through the transaction manager from the adaptor ManagedConnection.