0 Replies Latest reply on Oct 22, 2002 11:37 AM by imdkidd

    Class-Path not working

    imdkidd

      I have two JARs in the EAR archive and a deployment descriptor:

      SecurityEJB.jar
      Framework.jar
      META-INF/application.xml

      From my understanding of the syntax on the manifest, the manifest that we should edit is in SecurityEJB.jar and not the one in the ear (I have tried both though). It would appear as follows:

      Manifest Version: 1.0

      Name: META-INF/ejb-jar.xml

      Name: security/Login.class

      Name: META-INF/jboss.xml

      Name: security/LoginBean.class

      Name: security/LoginHome.class

      Class-Path: Framework.jar

      There is a carriage return at the end of the last line but I still get an error during deployment on JBoss 3.0.3 - [DEBUG] No META-INF or WEB-INF found in this. Can someone explain what I'm doing wrong? I'm using JBuilder 6 to build this. I might try using Ant to build and deploy just to confirm.