negest-mysql-ds.xml from Negest at Krugle
Show negest-mysql-ds.xml syntax highlighted
<?xml version="1.0" encoding="UTF-8"?>
<!-- ===================================================================== -->
<!-- -->
<!-- JBoss Server Configuration -->
<!-- -->
<!-- ===================================================================== -->
<datasources>
<local-tx-datasource>
<jndi-name>jdbc/NegestDB</jndi-name>
<connection-url>jdbc:mysql://localhost:3306/negest</connection-url>
<driver-class>com.mysql.jdbc.Driver</driver-class>
<user-name>root</user-name>
<password>mkl*99</password>
</local-tx-datasource>
</datasources>
See more files for this project here