Specifying connection properties

After you have selected the resource adapter in the J2C bean wizard, you must provide the connection properties.

Before creating your project, you might need to perform some setup work on the server where the enterprise information system transaction runs. Contact your server administrator for setup and connection information.

Managed and non-managed connections

Connections from the J2C bean to the Enterprise Information system (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 for two-tiered applications. If both connection types are selected, a managed connection is attempted first, followed by a non-managed connection.


Feedback