I created an OpenShift application online, using the Wildfly 8 cartridge, and also added MySQL 5.5 and PHPMyAdmin 4.0 to the app. Its on a small gear on a free account so it only has 1GB storage and 512MB memory.
I disabled automatic maven build so I can deploy by simply placing my packaged ROOT.war file under the deployments folderand executing git push.
However, running git push has been failing to successfully deploy the app and the logs on the server (am tailing files with JBoss Dev Studio 8) show some sort of error when trying to start Wildfly 8, caused by a java.lang.UnsupportedOperationException saying :
Legacy extension 'org.jboss.as.cmp' is not supported on servers running this version. The extension is only supported for use by hosts running a previous release in a mixed-version managed domain
I don't really know what is going on, and need help with resolving the issue. I have a past of the logs here : http://ur1.ca/i8a7s