xa-driver-does-not-support-non-tx-operations- Set to the value true. Optional:
onlyneeded if both non-XA and XA connections are retrieved from the same
connectionpool. Might degrade performance.
Asan alternative to setting this property, you can create two connection pools, one for
non-XAconnections and one for XA connections.
IBM InformixType 4 Driver
Congurethe connection pool using the following settings:
Name:Use this name when you congure the JDBC resource later.
ResourceType: Specify the appropriate value.
DatabaseVendor: Informix
DataSourceClassname:Specify one of the following:
com.informix.jdbcx.IfxDataSource
com.informix.jdbcx.IfxXADataSource
Properties:
serverName- Specify the Informix database server name.
portNumber- Specify the port number of the database server.
user- Set as appropriate.
password- Set as appropriate.
databaseName- Set as appropriate. This is optional.
IfxIFXHost- Specify the host name or IP address of the database server.
CloudScape 5.1Type 4 Driver
TheJAR les for the CloudScape driver are db2j.jar,db2jtools.jar,db2jcview.jar,jh.jar,
db2jcc.jar,and db2jnet.jar. Congure the connection pool using the following settings:
Name:Use this name when you congure the JDBC resource later.
ResourceType: Specify the appropriate value.
DatabaseVendor: Cloudscape
DataSourceClassname: com.ibm.db2.jcc.DB2DataSource
Properties:
user- Set as appropriate.
password- Set as appropriate.
databaseName- Set as appropriate.
CongurationsforSpecic JDBC Drivers
Chapter3 • JDBC Resources 61