How to convert Maven War project to an EAR project in Openshift?
问题 I have created an JEE application in Openshift using the JBOSS AS 7.1 cartridge a Maven project have been generated with the War deployment format. I need to use EJBs into the application but the War format cannot hold EJB so I changed the from War to Ear, the problem is that when I deploy the Ear the application does not Work(404 Error when I access the home page). Is there any simple solution in order to make this work? Or Should I create two seperate projects(one EJB project and another