2 Replies Latest reply on Jan 12, 2006 11:50 AM by lysior

    Problem In Deploying

    k_gajan

      I am using Eclipse 3.2M3, JBossIDE-1.5RC2-ALL, xdoclet-1.2.3 on JBOSS4.03.SP1. I am running JDK 1.5.0.

      I am following the JBOSS-IDE Tutorial (1.5). I have created the project as a J2EE 1.4 project instead of a J2EE1.3 project. I am attempting to deploy the Fibo application but something in the deployment descriptors is not there and JBOSS is complaining with the below error:

      22:54:27,421 ERROR [MainDeployer] Could not initialise deployment: file:/C:/Program Files/jboss-4.0.3SP1/server/default/deploy/FiboApp.ear
      org.jboss.deployment.DeploymentException: No META-INF/application.xml found
      at org.jboss.deployment.EARDeployer.init(EARDeployer.java:118)
      at org.jboss.deployment.MainDeployer.init(MainDeployer.java:843)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:780)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
      at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)

      Could any help me please to solve this problem?