Skip Headers
Oracle TopLink Developer's Guide
10g Release 3 (10.1.3)
B13593-01
  Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
Next
Next
 

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 Oracle TopLink 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".

Using TopLink 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.

    Figure 87-2 Login – Connection Tab

    Description of Figure 87-2 follows
    Description of "Figure 87-2 Login – Connection Tab"

Use the following information to enter data in the driver 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 TopLink classpath. (For example: if Platform is oracle.toplink.eis.aq.AQPlatform, use oracle.toplink.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).