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 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840192#3840192 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840192 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
