JBoss.org Community Documentation

13.11. Parameters specific for java.sql.Driver usage

  • <connection-url> - the JDBC driver connection url string

  • <driver-class> - the JDBC driver class implementing java.sql.Driver

  • <connection-property> - used to configure the connections retrieved from the java.sql.Driver. For example:

<connection-property name="char.encoding">UTF-8</connection-property>