This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: jars in Lib directory within a .EAR is copied to every .alesj Aug 14, 2008 5:05 AM (in response to michaelchan)1) don't post on the _design_ forum --> use _user_ forum 
 2) give more info: what JBossAS, JDK, ...
 Let me give a guess:
 - for JBossAS 4.x that's expected
 - for JBossAS 5.0 that's expected, but can be changed
 The issue here is how to handle nested jars.
 It's the file-system framework that knows how to handle it.
 Using just JDK stuff requires to unpack things.
 With new VFS you can do much more.
- 
        2. Re: jars in Lib directory within a .EAR is copied to every .michaelchan Aug 14, 2008 6:00 AM (in response to michaelchan)Hi, thanks for reply, I am on JDK1.5 and Jboss4.2.2GA 
 So is there anyway I can get jboss4.2.2 not to duplicate the jars?
 
    