JBoss 4.0.3
jdk 1.5.0_04
Fedora Core 4

Sorry to raise yet another classloader question but this one has me stumped. I 
have an ear that has multiple wars. I have a lib folder in my ear that contains 
all the jars common to the application. I list all the jars in the ${myear}/lib 
in the manifest files of all the wars and the ear. The entires look like

 Class-Path: lib/common-jar1.jar lib/common-jar2.jar etc....  I start the 
application and it's like the classloader completely ignores the manifest 
files. If I go ahead and specify where the common libraires are in the 
application.xml by using a bunch of 


  | ...
  | <module>
  |     <java>lib/common-jar1.jar</java>
  |   </module>
  | <module>
  |     <java>lib/common-jar2.jar</java>
  |   </module>
  | ...
  | 

the classes load up fine. I've used the manifest file like this before with 
previous versions of jboss is something different in jboss 4.0.3?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901852#3901852

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901852


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to