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 inbound adapter classes

Generate inbound connection pooling support

Generate inbound connection pooling is used to create code that support XA transactions.

When you choose the connection pooling component property the wizard creates the ActivationSpecWithXid class that extends WBIActivationSpecForPooling.

Further implementation of this method is needed to support XA transactions.


Procedure

  1. Select the Generate inbound adapter classes check box and then select the Connection pooling check box in the right pane.

    The Event polling support property is selected automatically when you select the Connection pooling check box. Connection pooling is not supported for Callback Events.

  2. Click Finish.


What to do next

Now, you can generate inbound event polling support.

Generate inbound adapter classes