Found the issue, slight updates to the scripts like:

diff --git a/h2-database-config.cli b/h2-database-config.cli
index 606902d..e58ec6b 100644
--- a/h2-database-config.cli
+++ b/h2-database-config.cli
@@ -3,8 +3,7 @@ connect
 batch
 
 ## Add SimplePush Datasource
-data-source add --name=PushEEDS --driver-name=h2 --jndi-name=java:jboss/datasources/PushEEDS --connection-url="jdbc:h2:~/unifiedpush;DB_CLOSE_DELAY=-1" --user-name=sa --password=sa --use-ccm=true
-data-source enable --name=PushEEDS
+data-source add --name=PushEEDS --driver-name=h2 --jndi-name=java:jboss/datasources/PushEEDS --connection-url="jdbc:h2:~/unifiedpush;DB_CLOSE_DELAY=-1" --user-name=sa --password=sa --use-ccm=true --enabled=true
 
 run-batch
 #:reload

make it work again

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira