Specifying Connection Properties

Once you have selected the resource adapter, you must provide the connection properties.

Prior to creating this project, you may need to perform some setup work on the server where the EIS transaction to execute. Contact your server administrator for setup and for connection information.

Managed and non-managed connections

Connections from the Java™ bean to the EIS can be managed or non-managed. Managed connections are obtained through JNDI and are managed by the application server. Non-managed connections are obtained directly through the resource adapter (two-tiered application). If both connection types are selected, a managed connection is attempted first, followed by a non-managed connection.


Feedback