I am trying to run unifiedpush server with mysql but I have some problem with datasource
https://github.com/aerogear/aerogear-unifiedpush-server#mysql-database-configurationI get errors when I try to run
/Path/to/JBossAS/bin/jboss-cli.sh --file=./databases/mysql-database-config.cli
I added datasource config https://gist.github.com/marti1125/9806765
but I have this problem
07:36:19,418 ERROR [org.jboss.as.controller.management-operation] (Controller Bo
ot Thread) JBAS014613: Operation ("add") failed - address: ([
("subsystem" => "datasources"),
("data-source" => "UnifiedPushDS")
]) - failure description: {
"JBAS014771: Services with missing/unavailable dependencies" => [
"jboss.driver-demander.java:jboss/datasources/UnifiedPushDS is missing [
jboss.jdbc-driver.com_mysql_jdbc_Driver]",
"jboss.data-source.java:jboss/datasources/UnifiedPushDS is missing [jbos
s.jdbc-driver.com_mysql_jdbc_Driver]"