Configuration Options Related Tasks Related Topics
Legacy application-scoped JDBC connection pools rely on JDBC data source factories to provide default connection pool values. Data source factories are included in this release for backward compatability only.
| Name | Description |
|---|---|
| Name |
The name of this JDBC data source factory. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
| User Name |
The database account user name used in physical database
connections. This may be overridden by MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
| Password |
The database user password. If the user password is specified in the descriptor, the descriptor value overrides this value. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
| URL |
The URL of the database to connect to. The format of the URL varies by JDBC driver. This may be overridden by MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
| Driver Class Name |
The full package name of JDBC driver class used to create the physical database connections in the connection pool. This may be overridden by MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
| Factory Name |
The name used in deployment descriptor files to reference this JDBC data source factory. This is referenced from the MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
| Properties |
The list of properties passed to the JDBC driver that are used to
create physical database connections. For example:
MBean Attribute: Changes take effect after you redeploy the module or restart the server. |