Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 Server Sessions (ELUG)"

m
(Configuring External Connection Pools)
 
(One intermediate revision by the same 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 Server Sessions (ELUG)|Related Topics]]</div>
 
[[Special:Whatlinkshere/Configuring Server Sessions (ELUG)|Related Topics]]</div>
This section describes the various components that you must configure to use server and client sessions.
+
This table lists the configurable options for server and client sessions.
 +
 
  
 
<span id="Table 87-1"></span>
 
<span id="Table 87-1"></span>
 +
 
{| class="RuleFormalMax" dir="ltr" title="Configurable Options for Server Sessions" summary="This table lists the configurable options common to server sessions and categorizes them as Basic and Advanced and indicates if the option can be configured with the Workbench, Java, or both." width="100%" border="1" frame="border" rules="all" cellpadding="3" frame="border" rules="all"
 
{| class="RuleFormalMax" dir="ltr" title="Configurable Options for Server Sessions" summary="This table lists the configurable options common to server sessions and categorizes them as Basic and Advanced and indicates if the option can be configured with the Workbench, Java, or both." width="100%" border="1" frame="border" rules="all" cellpadding="3" frame="border" rules="all"
 
|- align="left" valign="top"
 
|- align="left" valign="top"
Line 111: Line 113:
  
  
 +
==Configuring Internal Connection Pools==
  
 
==Configuring Internal Connection Pools==
 
 
An internal connection pool is a collection of reusable connections to a single data source provided by any session that persists to a data source. By default, such a session provides both an internal read and write connection pool.
 
An internal connection pool is a collection of reusable connections to a single data source provided by any session that persists to a data source. By default, such a session provides both an internal read and write connection pool.
  
Line 130: Line 131:
  
 
==Configuring External Connection Pools==
 
==Configuring External Connection Pools==
 +
 
An external connection pool is a collection of reusable connections to a single data source provided by a JDBC driver or Java EE container.
 
An external connection pool is a collection of reusable connections to a single data source provided by a JDBC driver or Java EE container.
  
Line 141: Line 143:
  
 
[[Category: EclipseLink User's Guide]]
 
[[Category: EclipseLink User's Guide]]
[[Category: Draft]]
+
[[Category: Release 1]]
 
[[Category: Task]]
 
[[Category: Task]]

Latest revision as of 07:28, 20 August 2008

This table lists the configurable options for server and client sessions.


Option to Configure Workbench
Java

Configuring Internal Connection Pools

Supported

Supported

Configuring a Primary Mapping Project

Supported

Supported

Configuring a Session Login

Supported

Supported

Configuring Logging

Supported

Supported

Configuring External Connection Pools

Supported

Supported

Configuring Multiple Mapping Projects

Supported

Supported

Configuring a Performance Profiler

Supported

Supported

Configuring an Exception Handler

Supported

Supported

Configuring a Session Customizer Class

Supported

Supported

Configuring the Server Platform

Supported

Supported

Configuring Session Event Listeners

Supported

Supported

Configuring a Coordinated Cache

Supported

Supported

Configuring the Integrity Checker

Supported

Supported

Configuring Named Queries at the Session Level

Unsupported

Supported


Configuring Internal Connection Pools

An internal connection pool is a collection of reusable connections to a single data source provided by any session that persists to a data source. By default, such a session provides both an internal read and write connection pool.

In this case, you can do the following:

  • Configure read and write connection pool options such as minimum and maximum number of connections, alternate connection configuration, and properties (arbitrary, application-specific named values).
  • Create named connection pools for whatever application-specific purpose you choose.
  • Create sequence connection pools that EclipseLink uses exclusively for obtaining object identifiers.

For more information about creating and configuring internal connection pools, see the following:

For more information about configuring the type of connection pool your session uses, see Configuring External Connection Pooling.


Configuring External Connection Pools

An external connection pool is a collection of reusable connections to a single data source provided by a JDBC driver or Java EE container.

By default, a session uses internal connection pools (see Configuring Internal Connection Pools). For more information about configuring a session to use an external connection pool, see Configuring External Connection Pooling.



Copyright Statement

Back to the top