Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Configuring an EIS Login (ELUG)


Configurable Options for EIS Login

Option to Configure Workbench Java

Data source platform at the session level

Supported

Supported

Connection specification options at the session level

Supported

Supported

User name and password

Supported

Supported

Password encryption

Unsupported

Supported

External connection pooling

Supported

Supported

Properties

Supported

Supported


Configuring an EIS Data Source Platform at the Session Level

For each EIS session, you must specify the platform (such as AQ). This platform configuration overrides the platform at the project level, if configured.

For more information, see the following:


How to Configure an EIS Data Source Platform at the Session Level Using Workbench

To specify the database platform options for an EIS session login, use this procedure:

  1. Select an EIS session in the Navigator. Its properties appear in the Editor.
  2. Click the Login tab. The Login tab appears.
  3. Click the Connection subtab. The Connection subtab appears.
    Login Tab, Connection Subtab, Platform Options
    Connection Subtab, Platform Options
  4. Complete the Platform option on the Connection tab.


Use the following information to enter data in the Platform field on the Connection tab to configure the platform:

Field Description
Platform The EIS platform for the session. Select from the menu of options. This menu includes all instances of EISPlatform in the EclipseLink classpath.


See Also:

Configuring Relational Database Platform at the Project Level


Configuring EIS Connection Specification Options at the Session Level

You can configure connection information at the session level for an EIS application. This information is stored in the sessions.xml file. The EclipseLink runtime uses this information whenever you perform a persistence operation using the session in your EIS application.

This connection configuration overrides the connection information at the project level, if configured. For more information about project-level configuration, see Configuring Development and Deployment Logins and Configuring EIS Connection Specification Options at the Project Level.

This connection configuration is overridden by the connection information at the connection pool level. For more information about connection pool-level configuration, see Configuring Connection Pool Connection Options.


How to Configure EIS Connection Specification Options at the Session Level Using Workbench

Use this procedure to specify the connection options for an EIS session login.

  1. Select an EIS session in the Navigator window. Its properties appear in the Editor window.
  2. Click the Login tab. The Login tab appears.
  3. Click the Connection subtab. The Connection tab appears.
    Login Tab, Connection Subtab
    Login Tab, Connection Subtab
  4. Complete fields on the Login-–Connection tab.


Use the following information to enter data in the connection fields on the tab:

Field Description
Connection Specification Class

Specify the appropriate connection specification class for the selected Platform. Click Browse to choose from all the classes in the EclipseLink classpath. (For example: if Platform is org.eclipse.persistence.eis.aq.AQPlatform, use org.eclipse.persistence.eis.aq.AQEISConnectionSpec).

For more information on platform configuration, see Configuring an EIS Data Source Platform at the Session Level.

Connection Factory URL Specify the appropriate connection factory URL for the selected Connection Specification Class (For example: jdbc:oracle:thin@:localhost:1521:orcl).


See Also:

Configuring Development and Deployment Logins



Copyright Statement

Back to the top