It's possible to deploy a ear file (compressed) that contains a expanded war? I try it on jboss 3.2.7 but this exception occurs:
| ... | 13:24:07,386 INFO [EARDeployer] Init J2EE application: file:/D:/jboss/server/default/deploy/absall.ear | 13:24:24,040 ERROR [MainDeployer] Could not initialise deployment: file:/D:/jboss/server/default/deploy/absall.ear | org.jboss.deployment.DeploymentException: Failed to find module file: nowui.war | at org.jboss.deployment.EARDeployer.init(EARDeployer.java:232) | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:696) | ... | If i deploy the same ear all expanded or i compress the war in a single file and deploy it in a compress ear all works fine. In my application xml i have: | .... | <description>ABSolution</description> | <module> | <web> | <web-uri>nowui.war</web-uri> | <context-root>abs</context-root> | </web> | </module> | <module id="apll.jar"> | ... | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878673#3878673 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878673 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
