I have been trying to configure mysql as a datasource in wildfly. I am not sure what i am missing out, i get an error on startup .
I have the mysql-connector-java-5
There are three ways using which you can simply create datasource into wildfly
Go to WildFly directory/standalone/deployments Simplest way to create datasource xml with following content
jdbc:mysql://localhost:3306/DB_NAME
com.mysql.jdbc.Driver
mysql
SELECT 1
5
50
username
password
SELECT 1
300000
5
true