Description:
|
When running the H2 CLI script on JBoss EAP 6.1, 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
fails
creates wrong connection-url (-1)
for JBoss EAP 6.1
|