Hello,

In the Spring documentation in chapter 6 on AOP in Spring (http://static.springsource.org/sprin...rence/aop.html), the section "6.8.4.6. Environment-specific configuration" does not cover configuration for JBoss. I am trying to enable LTW (Load Time Weaving) for a web application (.war inside an .ear file) deployed in JBoss 5.0, but I don't want to enable it at the JVM level. My question is whether the default JBoss classloader meets the requirements for using "org.springframework.instrument.classloading.Refle ctiveLoadTimeWeaver". If not, what classloader do I need to specify to make the LTW work?

Thanks,
Sathish