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 local transaction support methods

With a local transaction support, an enterprise information system manages and completes a transaction. WebSphere adapter supports local transactions, and these methods provide a LocalTransaction implementation and return a wrapper.

Consider your strategy for implementing transaction behavior in the adapter before generating outbound classes. You cannot regenerate the code to add XA transactional behavior to the adapter, if you click Finish to generate the code for this task.

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

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


Procedure

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

    Before clicking Finish, be aware that when you generate transactional support for the outbound classes you will not be able to modify the transaction support automatically after generating the classes.

  2. Click Finish.


What to do next

You can generate outbound XA transaction support methods.

Generate outbound adapter classes