i'm trying to deploy an EAR in exploded format, but it fails: No META-INF/application.xml found
my EAR is as follows: lib/ META-INF/application.xml Site1.war/ Site2.war/ application.xml: <?xml version="1.0" encoding="UTF-8"?> | <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" "http://java.sun.com/dtd/application_1_3.dtd"> | <application> | <display-name>Sites3</display-name> | <module> | <web> | <web-uri>Site1.war</web-uri> | <context-root>/Site1</context-root> | </web> | </module> | <module> | <web> | <web-uri>Site2.war</web-uri> | <context-root>/Site2</context-root> | </web> | </module> | </application> ERROR:[org.jboss.deployment.MainDeployer]: Could not initialise deployment: file:/d:/iBOLTPortal/Sites3.ear org.jboss.deployment.DeploymentException: No META-INF/application.xml found at org.jboss.deployment.EARDeployer.init(EARDeployer.java:117) at org.jboss.deployment.MainDeployer.init(MainDeployer.java:700) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:635) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608) ... ERROR:[org.jboss.deployment.scanner.URLDeploymentScanner]: Incomplete Deployment listing: Incompletely deployed packages: [EMAIL PROTECTED] { url=file:/d:/iBOLTPortal/Sites3.ear } deployer: [EMAIL PROTECTED] status: null state: FAILED watch: file:/d:/iBOLTPortal/Sites3.ear lastDeployed: 1096201105898 lastModified: 1096200770881 mbeans: View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849691#3849691 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849691 ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
