Bugs item #1035959, was opened at 2004-09-28 09:07 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1035959&group_id=22866
Category: None Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: erez harari (erezharari) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot deploy an EAR in exploded format Initial Comment: i'm trying to deploy an EAR in exploded format on jboss 3.2.5, 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: ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1035959&group_id=22866 ------------------------------------------------------- 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-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
