As discussed with Dan, I've changed the name of the MySQL datasource that's currently configured in the cartridge standalone.xml file from "MysqlDS" to "PushEEDS" (to match the name from the UnifiedPush Server's persistence.xml file), as shown here:
This change allows us to use ag-push.war on OpenShift without modifying its persistence.xml file. The only modification required right now is to remove the h2-ds.xml from ag-push.war. (I currently do this before adding the ag-push.war file to the cartridge repo.)
I've also added in a new datasource for SimplePush.
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
As discussed with Dan, I've changed the name of the MySQL datasource that's currently configured in the cartridge standalone.xml file from "MysqlDS" to "PushEEDS" (to match the name from the UnifiedPush Server's persistence.xml file), as shown here:
https://github.com/fjuma/openshift-origin-cartridge-aerogear-push/blob/master/versions/0.8.0/standalone/configuration/standalone.xml#L107
This change allows us to use ag-push.war on OpenShift without modifying its persistence.xml file. The only modification required right now is to remove the h2-ds.xml from ag-push.war. (I currently do this before adding the ag-push.war file to the cartridge repo.)
I've also added in a new datasource for SimplePush.