From 9c071e5d19648807a2d047be7ed97f15450df6a7 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Tue, 1 Feb 2011 10:18:06 +0000 Subject: [PATCH] SPR-4331 docs for LTW for WebSphere --- spring-framework-reference/src/aop.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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