Skip to content

Instantly share code, notes, and snippets.

@altfatterz
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save altfatterz/a86d8630173f65f7e6e2 to your computer and use it in GitHub Desktop.
Save altfatterz/a86d8630173f65f7e6e2 to your computer and use it in GitHub Desktop.
...
<subsystem xmlns="urn:jboss:domain:datasources:2.0">
<datasources>
<datasource jndi-name="java:jboss/datasources/MySQLDataSource" pool-name="MySQLDataSourcePool" enabled="true" use-java-context="true">
<connection-url>jdbc:mysql://localhost/test</connection-url>
<driver>mysql</driver>
</datasource>
<drivers>
<driver name="mysql" module="com.mysql">
<datasource-class>com.mysql.jdbc.Driver</datasource-class>
</driver>
</drivers>
</datasources>
</subsystem>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment