5.3.2. JBossJTA JDBC Driver Properties
The following properties can be set and passed to the JBossJTA driver. Set them in the
com.arjuna.ats.jdbc.TransactionalDriver
class.
- userName
- the user name to use when attempting to connect to the database.
- password
- the password to use when attempting to connect to the database.
- createDb
- set this to
true
to cause the driver to try to create the database when it connects. This may not be supported by all JDBC 2.0 implementations. - dynamicClass
- dynamicClass: this specifies a class to instantiate to connect to the database, rather than using JNDI.