Administration Console Online Help
|
JDBCDataSourceFactory --> Configuration
Tasks Additional Documentation Attributes
Overview
A JDBC Data Source Factory is an instance of a JDBC data source resource bound to the WebLogic Server JNDI tree as a resource factory. Using resource factories enables the EJB to map a resource factory reference in the EJB deployment descriptor to an available resource factory in a running WebLogic Server. The EJB can then use a JDBC data source factory to get a database connection from a connection pool.
Tasks
Creating and Configuring a JDBC Data Source Factory
Creating and Configuring a JDBC Data Source
Additional Documentation
(Requires an Internet connection.)
Resource Factories in Programming WebLogic EJB
Introduction to WebLogic JDBC in Programming WebLogic JDBC
Attributes
Attribute Label
|
Description
|
Value Constraints
|
Name
|
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
MBean: weblogic.management. configuration. JDBCDataSourceFactoryMBean
Attribute: Name
|
Configurable: yes
Readable: yes
Writable: yes
|
User Name
|
The database user name. This may be overridden by user-name in the descriptor.
MBean: weblogic.management. configuration. JDBCDataSourceFactoryMBean
Attribute: UserName
|
Configurable: yes
Readable: yes
Writable: yes
|
URL
|
The connection URL. This may be overridden by url in the descriptor
MBean: weblogic.management. configuration. JDBCDataSourceFactoryMBean
Attribute: URL
|
Configurable: yes
Readable: yes
Writable: yes
|
Driver Class Name
|
The name of the driver. This may be overridden by driver-name in the descriptor.
MBean: weblogic.management. configuration. JDBCDataSourceFactoryMBean
Attribute: DriverClassName
|
Configurable: yes
Readable: yes
Writable: yes
|
Factory Name
|
The name of this data source factory. This is referenced from the connection-factory element in weblogic-application.xml
MBean: weblogic.management. configuration. JDBCDataSourceFactoryMBean
Attribute: FactoryName
|
Configurable: yes
Readable: yes
Writable: yes
|
Properties
|
default connection properties
MBean: weblogic.management. configuration. JDBCDataSourceFactoryMBean
Attribute: Properties
|
Configurable: yes
Readable: yes
Writable: yes
|