You can add a resource adapter into your project that is
not listed in the Resource Adapters page. Only newer versions of CICS® and IMS™ resource adapters are supported by this function.
About this task
Important: The J2C bean wizard
fully supports JCA 1.0 and JCA 1.5 resource adapters. For JCA 1.6
resource adapters, we only provide toleration support as follows:
If the JCA 1.6 resource adapter has a deployment descriptor ra.xml
that is metadata-complete, you can still import it into the J2C bean
wizard, and all the artifacts are generates as if it is a JCA 1.5
adapter. Any new JCA 1.6 annotations or attributes defined are ignored
by the J2C wizard.
If the JCA 1.6 resource adapter does
not have a deployment descriptor ra.xml , or it has a non-metadata
complete deployment descriptor ra.xml, the J2C bean wizard will reject
it with an error message: Unsupported resource adapter: the
deployment descriptor (ra.xml) is missing, or it contains incomplete
meta-data, for example, an unsupported enterprise information system
type or specification version.
After you select your
Resource Adapter in the Resource Adapter Selection page, you need
to provide connection information. Connection parameters include:
Example
If your resource adapter requires other fields to be provided
(server name, user name and password, for example), you need to supply
this information.