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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

JDBCDataSourceFactory

Syntax

<!ELEMENT JDBCDataSourceFactory EMPTY >
<!ATTLIST JDBCDataSourceFactory
   DriverClassName            CDATA                    #IMPLIED
   FactoryName                CDATA                    #IMPLIED
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   Properties                 CDATA                    #IMPLIED
   URL                        CDATA                    #IMPLIED
   UserName                   CDATA                    #IMPLIED
>

Parent Elements

The JDBCDataSourceFactory element is a child of the Domain element.

Attributes

Table 23-1 JDBCDataSourceFactoryMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Driver-Class-Name

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


Driver Class Name

Factory-Name

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


Factory Name

Name

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


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Properties

default connection properties


Properties

URL

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


URL

User-Name

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


User Name


 

 

Back to Top Previous Next