Adding an unlisted Resource Adapter

You may add a Resource Adapter into your project that is not listed in the Resource Adapters page. Note that only newer versions of CICS® and IMS™ resource adapters are supported by this function.
Click Add Unlisted Resource Adapter to launch the connector import wizard. Then click Browse to locate the connector file and import the resource adapter. Make sure you have selected the appropriate target runtime.
After you select your Resource Adapter in the Resource Adapter Selection page, you need to provide connection information. Connection parameters include:
  1. For Managed Connection In the Connection Properties page, provide the JNDI name of the connection factory. You need to specify this entry if you intend to use JNDI to make your connection.
  2. For Non-Managed Connection In the Connection Properties page, enter all the required connection information. Required fields are indicated by an asterisk (*).
    1. Connection class name (Required): Specify the connection class name for this connection. Since more than one connection class can be created for a single resource adapter, and each connection class has different connection properties, you need to select the relevant Connection Class name for the connection you want to use.
If your resource adapter requires other fields to be provided (server name, username and password, for example), you need to supply this information.

Feedback