Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

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"
PasswordEncrypted="[B"
Properties="java.util.Map"
URL="String"
UserName="String"
/>

 


Parent Elements

 


Attributes

Table 22-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

PasswordEncrypted

The encrypted database user password. If the user password is specified in the descriptor, the descriptor value overrides this value.

Required: no

Encrypted: yes

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

 

Skip navigation bar  Back to Top Previous Next