These properties vary according to the database vendor requirements for JDBC driver implementations. You must set the appropriate properties on every data source that you configure. These settings are for Apache Derby and Cloudscape data sources.
The Derby JDBC driver provides JDBC access to the Apache Derby database by using the framework that is already embedded in the application server. You cannot use any Version 4.0 data sources with this provider.
org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource
The full path name is ${DERBY_JDBC_DRIVER_PATH}/derby.jar. When you create a connection through the application server, the environment variables are set automatically.
com.ibm.websphere.rsadapter.DerbyDataStoreHelper
The Derby JDBC driver (XA) provides JDBC access to the Apache Derby database by using the framework that is already embedded in the application server.
org.apache.derby.jdbc.EmbeddedXADataSource
The full path name is ${DERBY_JDBC_DRIVER_PATH}/derby.jar. When you create a connection through the application server, the environment variables are set automatically.
com.ibm.websphere.rsadapter.DerbyDataStoreHelper
The Derby JDBC Provider 40 provides JDBC access to the Apache Derby database by using the framework that is already embedded in the application server.
org.apache.derby.jdbc.EmbeddedConnectionPoolDataSource40
The full path name is ${DERBY_JDBC_DRIVER_PATH}/derby.jar. When you create a connection through the application server, the environment variables are set automatically.
com.ibm.websphere.rsadapter.DerbyDataStoreHelper
The Derby JDBC Provider 40 (XA) provides JDBC access to the Apache Derby database by using the framework that is already embedded in the application server.
org.apache.derby.jdbc.EmbeddedXADataSource40
The full path name is ${DERBY_JDBC_DRIVER_PATH}/derby.jar. When you create a connection through the application server, the environment variables are set automatically.
com.ibm.websphere.rsadapter.DerbyDataStoreHelper
Use this provider to access only Apache Derby databases that run on the same node as the application server.
org.apache.derby.jdbc.ClientConnectionPoolDataSource
com.ibm.websphere.rsadapter.DerbyNetworkServerDataStoreHelper
Use this provider to access only Apache Derby databases that run on the same node as the application server.
org.apache.derby.jdbc.ClientXADataSource
com.ibm.websphere.rsadapter.DerbyNetworkServerDataStoreHelper
Use this provider to access only Apache Derby databases that run on the same node as the application server.
org.apache.derby.jdbc.ClientConnectionPoolDataSource40
com.ibm.websphere.rsadapter.DerbyNetworkServerDataStoreHelper
Use this provider to access only Apache Derby databases that run on the same node as the application server.
org.apache.derby.jdbc.ClientXADataSource40
com.ibm.websphere.rsadapter.DerbyNetworkServerDataStoreHelper