0 Replies Latest reply on Mar 24, 2005 5:00 PM by masdeval

    Why dirs META-INF and WEB-INF are being created with lower c

    masdeval

      I instaled the Eclispe IDE 3.0.1 and Jboss Eclipse IDE 1.4.1 and start doing the tutorial JBossIDE Tutorial - An introduction and walkthrough of JBossIDE.

      I'am trying to deploy the J2EE application but the JBOSS server returns the error:

      Could not initialise deployment: file:/C:/jboss-4.0.1sp1/server/default/deploy/FiboApp.ear
      org.jboss.deployment.DeploymentException: No META-INF/application.xml found

      Taking a look in the EAR file, i noticed that the META-INF dir is in lower case, but i'am sure that in the Packaging Configurations the directory is writen in upper case.

      What could be wrong?