diff --git a/spring-framework-reference/src/aop.xml b/spring-framework-reference/src/aop.xml index 906cd94b4b..db0de19c7b 100644 --- a/spring-framework-reference/src/aop.xml +++ b/spring-framework-reference/src/aop.xml @@ -3813,7 +3813,13 @@ TR: REVISED, PLS REVIEW. Chnaged the last one to *inside*--> is recommended Note that GlassFish instrumentation-capable ClassLoader is available only in its EAR environment. For GlassFish web applications, follow the Tomcat setup instructions as outlined above. - + + Note that on JBoss 6.x, the app server scanning needs to be disabled to prevent it from loading the classes + before the application actually starts. A quick workaround is to add to your artifact a file named + WEB-INF/jboss-scanning.xml with the following content: + + <scanning xmlns="urn:jboss:scanning:1.0"/> +
Generic Java applications