diff --git a/spring-framework-reference/src/aop.xml b/spring-framework-reference/src/aop.xml index db0de19c7b..050963c1b1 100644 --- a/spring-framework-reference/src/aop.xml +++ b/spring-framework-reference/src/aop.xml @@ -3553,6 +3553,12 @@ http://www.springframework.org/schema/context WebLogicLoadTimeWeaver + + Running in IBM WebSphere Application Server 7 + WebSphereLoadTimeWeaver + + Running in Oracle's @@ -3800,10 +3806,10 @@ TR: REVISED, PLS REVIEW. Chnaged the last one to *inside*--> is recommended
- WebLogic, OC4J, Resin, GlassFish, JBoss + WebLogic, WebSphere, OC4J, Resin, GlassFish, JBoss - Recent versions of BEA WebLogic (version 10 and above), Oracle - Containers for Java EE (OC4J 10.1.3.1 and above), Resin (3.1 and above) and JBoss (5.x or above) + Recent versions of BEA WebLogic (version 10 and above), IBM WebSphere Application Server (version 7 and above), + Oracle Containers for Java EE (OC4J 10.1.3.1 and above), Resin (3.1 and above) and JBoss (5.x or above) provide a ClassLoader that is capable of local instrumentation. Spring's native LTW leverages such ClassLoaders to enable AspectJ weaving. You can enable LTW by simply activating context:load-time-weaver