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

Difference between revisions of "Configuring an EIS Login (ELUG)"

m
m
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<div style="float:right;border:1px solid #000000;padding:5px">__TOC__
 
<div style="float:right;border:1px solid #000000;padding:5px">__TOC__
 
[[Special:Whatlinkshere/Configuring an EIS Login (ELUG)|Related Topics]]</div>
 
[[Special:Whatlinkshere/Configuring an EIS Login (ELUG)|Related Topics]]</div>
This section describes the various components that you must configure to use an EIS login.
 
 
  
  
Line 65: Line 63:
 
* [[Configuring%20a%20Relational%20Project%20(ELUG)#Configuring Relational Database Platform at the Project Level|Configuring Relational Database Platform at the Project Level]]
 
* [[Configuring%20a%20Relational%20Project%20(ELUG)#Configuring Relational Database Platform at the Project Level|Configuring Relational Database Platform at the Project Level]]
 
* [[Introduction%20to%20Data%20Access%20(ELUG)#Data Source Login Types|Data Source Login Types]]
 
* [[Introduction%20to%20Data%20Access%20(ELUG)#Data Source Login Types|Data Source Login Types]]
 
  
  
Line 88: Line 85:
  
  
'''See Also'''
+
See Also:
 
: [[Configuring%20a%20Relational%20Project%20(ELUG)#Configuring Relational Database Platform at the Project Level|Configuring Relational Database Platform at the Project Level]]
 
: [[Configuring%20a%20Relational%20Project%20(ELUG)#Configuring Relational Database Platform at the Project Level|Configuring Relational Database Platform at the Project Level]]
  
Line 99: Line 96:
  
 
This connection configuration is overridden by the connection information at the connection pool level. For more information about connection pool-level configuration, see [[Configuring%20an%20Internal%20Connection%20Pool%20(ELUG)#Configuring Connection Pool Connection Options|Configuring Connection Pool Connection Options]].
 
This connection configuration is overridden by the connection information at the connection pool level. For more information about connection pool-level configuration, see [[Configuring%20an%20Internal%20Connection%20Pool%20(ELUG)#Configuring Connection Pool Connection Options|Configuring Connection Pool Connection Options]].
 
  
  
Line 107: Line 103:
 
# Click the '''Login''' tab. The Login tab appears.
 
# Click the '''Login''' tab. The Login tab appears.
 
# Click the '''Connection''' subtab. The Connection tab appears.<br><span id="Figure 95-2"></span>''''' Login Tab, Connection Subtab'''''<br>[[Image:eisconn.gif|Login Tab, Connection Subtab]]
 
# Click the '''Connection''' subtab. The Connection tab appears.<br><span id="Figure 95-2"></span>''''' Login Tab, Connection Subtab'''''<br>[[Image:eisconn.gif|Login Tab, Connection Subtab]]
# Complete fields on the Login – Connection tab.
+
# Complete fields on the Login-–Connection tab.
  
  
Line 119: Line 115:
 
| id="r2c1-t4" headers="r1c1-t4" align="left" | '''Connection Specification Class'''
 
| id="r2c1-t4" headers="r1c1-t4" align="left" | '''Connection Specification Class'''
 
| headers="r2c1-t4 r1c2-t4" align="left" |
 
| headers="r2c1-t4 r1c2-t4" align="left" |
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 <tt>org.eclipse.persistence.eis.aq.AQPlatform</tt>, use <tt>org.eclipse.persistence.eis.aq.AQEISConnectionSpec</tt>). For more information on platform configuration, see [[#Configuring an EIS Data Source Platform at the Session Level|Configuring an EIS Data Source Platform at the Session Level]].
+
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 <tt>org.eclipse.persistence.eis.aq.AQPlatform</tt>, use <tt>org.eclipse.persistence.eis.aq.AQEISConnectionSpec</tt>).  
 +
 
 +
For more information on platform configuration, see [[#Configuring an EIS Data Source Platform at the Session Level|Configuring an EIS Data Source Platform at the Session Level]].
 
|- align="left" valign="top"
 
|- align="left" valign="top"
 
| id="r3c1-t4" headers="r1c1-t4" align="left" | '''Connection Factory URL'''
 
| id="r3c1-t4" headers="r1c1-t4" align="left" | '''Connection Factory URL'''
Line 126: Line 124:
  
  
 
+
See Also:
'''See Also'''
+
 
: [[Configuring%20a%20Relational%20Project%20(ELUG)#Configuring Development and Deployment Logins|Configuring Development and Deployment Logins]]
 
: [[Configuring%20a%20Relational%20Project%20(ELUG)#Configuring Development and Deployment Logins|Configuring Development and Deployment Logins]]
  
Line 136: Line 133:
  
 
[[Category: EclipseLink User's Guide]]
 
[[Category: EclipseLink User's Guide]]
[[Category: Draft]]
+
[[Category: Release 1]]
 
[[Category: Task]]
 
[[Category: Task]]
 
[[Category: EIS]]
 
[[Category: EIS]]

Latest revision as of 07:42, 20 August 2008


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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.