0 Replies Latest reply on Jun 28, 2004 5:21 PM by uri

    Classloading issues

    uri

      Hi all,
      I'm trying to use a 3rd party jar from a class located in my war file (WEB-INF/classes). Since the jar is shared with other ear file modules (specifically another ejb jar), I've placed it in <ear file>/lib and pointed to it from the <war file>/META-INF/MANIFEST.MF.
      The same mecahnism seems to work for my ejb jar, but in my war class I get NoClassDefFoundError. Any ideas / suggestions (is this manifest classpath supposed to work for war modules at all)?

      Help would be appriciated,

      Uri