WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JDBCPoolComponent

 


Description

 


Syntax

<JDBCPoolComponent
DeploymentOrder="number"
Name="String"
Notes="String"
Targets="list of Target names"
URI="String"
/>

 


Parent Elements

 


Attributes

Table 21-1 JDBCPoolComponent attributes

Attribute

Description

Range of Values and Default

DeploymentOrder

A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all EJBs before it prioritizes and deploys startup classes.

Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters.

Required: no

Default: 1000

Minimum: 0

Maximum: 231-1

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

Targets

Set the targets for this deployment. The targets must be either clusters or servers.

Required: no

URI

Return a URI pointing to the application component, usually on the Admin Server.


 

Back to Top Previous Next