IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > Adapter Toolkit > Use the New Connector Project wizard > Generate an IBM WebSphere Resource Adapter > Generate outbound adapter classes

Generate outbound XA transaction support methods

With XA transaction support, the transaction spans multiple heterogeneous systems. It uses a global or a two-phase-commit protocol.

If a transaction manager coordinates a transaction, that transaction is considered a global transaction.

Review the section on XA transaction support in Generate an IBM WebSphere Resource Adapter.

The getLocalTransaction() method provides a LocalTransaction implementation and returns the wrapper.

For more information about transaction support, see Implementing transaction support.


Procedure

  1. Select the Generate outbound adapter classes check box and then select XA transaction support in the right pane.

  2. Click Finish.


What to do next

Now, you can generate command pattern classes.

Generate outbound adapter classes