B.6. MySQL Datasource

B.6.1. Installing the Driver

Procedure B.1. Installing the Driver

  1. Download the driver from http://www.mysql.com/products/connector/j/. Make sure to choose the driver based on your version of MySQL.
  2. Expand the driver ZIP or TAR file, and locate the .jar file.
  3. Move the .jar file into <JBOSS_HOME>/server/<PROFILE>/lib.
  4. Copy the <JBOSS_HOME>docs/examples/jca/mysql-ds.xml example datasource deployer file to <JBOSS_HOME>/server/<PROFILE>/deploy/, for use as a template.

MySQL limitations

Millisecond and microsecond measurements
MySQL does not currently support millisecond and microsecond measurements when returning database values such as TIME and TIMESTAMP. Tests which rely on these measurements will fail.