A JBossWebLoader value of false will create a new classloader per war, but that classloader should still delegate to the parent class loader (in your case the ear classloader). The only thing that changes when you set this to true is that classes in your war are added to the ear.
So, only if you had ejb's that depeneded on classes in your war would require you to set JBossWebLoader to true. There was a bug in 4.0.2RC1 that would prevent this from working properly, but it was fixed in the 4.0.2 final release. Are you running the 4.0.2 final release? -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878556#3878556 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878556 ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
