1 Reply Latest reply on Nov 5, 2004 1:26 PM by dtauzell

    War cannot find class in lib directory

      Hi,

      I have an Ear which contains a War which references a class in a jar file in our lib diretory:

      To illustrate:
      default/
      lib/
      myjar.jar/
      classinlib.class
      deploy/
      myear.ear/
      mywar.war
      someclass.class references classinlib.class

      I was running jboss 3.0.8 and this worked. When upgrading to 3.2.6 I now get an error deploying the war file because it cannot find classinlib.class.

      Any help is appreciated.