-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
When running the H2 CLI script on JBoss EAP 6.1 or WildFly 8.0.0 Alpha4, the database connection-url of the PushEEDS datasource element in standalone.xml has value -1. The result is that the deployment of ag-push.war fails with the attached error.
It is weird that if I use the jboss-cli.sh script of jboss-as-7.1.1.Final to setup the datasource on JBoss EAP 6.1, the datasource setup is done properly.
jboss-as-7.1.1.Final/bin/jboss-cli-sh --file=./h2-database-config.cli works for JBoss AS 7.1.1 and JBoss EAP 6.1
jboss-eap-6.1/bin/jboss-cli-sh --file=./h2-database-config.cli creates wrong connection-url (-1) for JBoss EAP 6.1
wildfly-8.0.0-Alpha4/bin/jboss-cli.sh --file=./h2-database-config.cli creates wrong connection-url (-1) for WildFly 8.0.0 Alpha4