Bugs item #1035959, was opened at 2004-09-28 00:07 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1035959&group_id=22866
>Category: JBossServer Group: v3.2 >Status: Pending >Resolution: Works For Me 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: ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2004-10-12 11:28 Message: Logged In: YES user_id=175228 An exploded ear in the jboss deploy directory works fine for me, so describe how you are deploying the ear outside of the standard jboss dist structure. ---------------------------------------------------------------------- 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: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
