Hello, good morning.

IÃÂÃÂm trying to deploy an ear file in jboss 3.2.3 and I keep getting the 
following exception:
org.jboss.deployment.DeploymentException: No META-INF/application.xml found

Here is my directory structure inside the ear file:
META-INF
  | |---application.xml
  | myjar.jar
  | mywebapp.war

And inside the 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>Hello Ear File</display-name>
  |     <module>
  |             <ejb>myjar.jar</ejb>
  |     </module>
  |     <module>
  |             <web>
  |                     <web-uri>mywebapp.war</web-uri>
  |                     <context-root>/webapp</context-root>
  |             </web>
  |     </module>
  | </application>

What am I doing wrong?

Thanks a lot :D

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837405#3837405

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837405


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to