Administration Console Online Help

 Previous Next Contents Index  

 


Weblogic RA --> Configuration

Tasks     Additional Documentation     Attributes

Overview

This interface represents the weblogic-ra element of the weblogic-ra.xml deployment descriptor. From this interface, you can navigate to see any Weblogic-specific property set in the .rar file.

Tasks

Configuring Resource Adapters (Connectors) for Deployment

Deploying Resource Adapters (Connectors)

Viewing Deployed Resource Adapters (Connectors)

Undeploying Deployed Resource Adapters (Connectors)

Updating Deployed Resource Adapters (Connectors)

Getting Started

Viewing Leaked Connections

Viewing Idle Connections

Deleting Connections

Deleting a Connector

Editing Connector Deployment Descriptors

Additional Documentation

(Requires an Internet connection.)

Connectors

Resource Adaptor (Connector) Deployment Descriptor Editor

See "weblogic-ra.xml" in Programming the WebLogic Server J2EE Connector Architecture.

See the "Packaging" chapter in Developing WebLogic Server Applications.

Attributes

Attribute Label

Description

Value Constraints

Description

Provide text that describes the parent element.

Attribute: Description

Configurable: yes

Readable: yes

Writable: yes

Connection Factory Name

Specify a connection factory name. The name must be unique among the names of connection factories in the same RAR file.

Attribute: ConnectionFactoryName

Configurable: yes

Readable: yes

Writable: yes

Jndi Name

Specify a JNDI name. The name must be unique among the names of JNDI names in the same RAR file.

Attribute: JndiName

Configurable: yes

Readable: yes

Writable: yes

Initial Capacity

Specify the initial number of managed connections, which WebLogic Server attempts to obtain during deployment. Default value is 1.

Attribute: InitialCapacity

Default: 0

Configurable: yes

Readable: yes

Writable: yes

Max Capacity

Specify the maximum number of managed connections, which WebLogic Server will allow. Default value is 10.

Attribute: MaxCapacity

Default: 0

Configurable: yes

Readable: yes

Writable: yes

Capacity Increment

Specify the maximum number of additional managed connections that WebLogic Server attempts to obtain during resizing of the maintained connection pool. Default value is 1.

Attribute: CapacityIncrement

Default: 0

Configurable: yes

Readable: yes

Writable: yes

Shrinking Enabled

Specify whether or not the connection pool should have unused managed connections reclaimed as a means to control system resources. Default value is True.

Attribute: ShrinkingEnabled

Configurable: yes

Readable: yes

Writable: yes

Shrink Period Minutes

Specify the amount of time the connection pool manager waits between attempts to reclaim unused managed connections. Default value is 15.

Attribute: ShrinkPeriodMinutes

Default: 0

Configurable: yes

Readable: yes

Writable: yes

Ra Link Ref

Allow for the logical association of multiple deployed connection factories with a single deployed resource adapter. The specification of the optional ra-link-ref element with a value identifying a separately deployed connection factory will result in this newly deployed connection factory sharing the resource adapter that has been deployed with the referenced connection factory.

Attribute: RaLinkRef

Configurable: yes

Readable: yes

Writable: yes

Native Lib Dir

Identify the directory location to be used for all native libraries present in this resource adapter deployment. As part of deployment processing, all encountered native libraries will be copied to the location specified. It is the responsibility of the administrator to perform the necessary platform actions such that these libraries will be found during WebLogic Server run time.

Attribute: NativeLibDir

Configurable: yes

Readable: yes

Writable: yes

Logging Enabled

Indicate whether or not the log writer is set for either the ManagedConnectionFactory or ManagedConnection. If this element is set to true, output generated from either the ManagedConnectionFactory or ManagedConnection will be sent to the file specified by the log-filename element. Default value is false.

Attribute: LoggingEnabled

Configurable: yes

Readable: yes

Writable: yes

Log Filename

Specify the name of the log file from which output generated from the ManagedConnectionFactory or a ManagedConnection is sent. The full address of the filename is required.

Attribute: LogFilename

Configurable: yes

Readable: yes

Writable: yes

Connection Profiling Enabled

Specify whether or not the connection pool should store the call stacks of where each connection is allocated. If enabled, this information can be viewed on active connections through the Console. Default value is false.

Attribute: ConnectionProfilingEnabled

Configurable: yes

Readable: yes

Writable: yes

Connection Max Idle Time

Specify the amount of time (in seconds) a connection handle can remain idle. This prevents leaks when an application may not have closed a connection after completing usage. Idle connections will only be terminated in the case where the connection pool becomes full and a new connection request is about to fail because of this. Default value is 0.

Attribute: ConnectionMaxIdleTime

Default: 0

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next