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

Administration Console Online Help

 Previous Next Contents Index  

 


JDBCDataSourceFactory --> Configuration

Tasks     Related Topics     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

Related Topics

Resource Factories in Programming WebLogic EJB

Application-Scoped JDBC Connection Pools

Attributes

Table 11-18

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


User Name

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

MBean: weblogic.management.
configuration.
JDBCDataSourceFactoryMBean

Attribute: UserName


URL

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

MBean: weblogic.management.
configuration.
JDBCDataSourceFactoryMBean

Attribute: URL


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


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


Properties

default connection properties

MBean: weblogic.management.
configuration.
JDBCDataSourceFactoryMBean

Attribute: Properties


 

Back to Top Previous Next