Add New Datasource

Select Datasource Template:

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.

Continue Cancel