Advertisement
Guest User

Untitled

a guest
May 20th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. - <datasources>
  2. - <local-tx-datasource>
  3. <jndi-name>oeuvresDS</jndi-name>
  4. <connection-url>jdbc:mysql://localhost:3306/expo</connection-url>
  5. <driver-class>org.gjt.mm.mysql.Driver</driver-class>
  6. <user-name>root</user-name>
  7. <password>XXXXXX</password>
  8. <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter</exception-sorter-class-name>
  9. - <metadata>
  10. <type-mapping>mySQL</type-mapping>
  11. </metadata>
  12. </local-tx-datasource>
  13. </datasources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement