bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JDBCDataSourceFactory

 


Description

This MBean represents the object used to create DataSources that applications use to access application-scoped JDBC connection pools.

 


Syntax

<JDBCDataSourceFactory
DriverClassName="String"
FactoryName="String"
Name="String"
Notes="String"
Properties="java.util.Map"
URL="String"
UserName="String"
/>

 


Parent Elements

 


Attributes

Table 19-1 JDBCDataSourceFactory attributes

Attribute

Description

Range of Values and Default

DriverClassName

The name of the driver. This may be overridden by driver-name in the descriptor.

Admin Console field label: Driver Class Name

Required: no

FactoryName

The name of this data source factory. This is referenced from the connection-factory element in weblogic-application.xml

Admin Console field label: Factory Name

Required: no

Name

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

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

Properties

default connection properties

Admin Console field label: Properties

Required: no

URL

The connection URL. This may be overridden by url in the descriptor

Admin Console field label: URL

Required: no

UserName

The database user name. This may be overridden by user-name in the descriptor.

Admin Console field label: User Name

Required: no

 

Back to Top Previous Next