From 38a49f088efb68c20e921a237b06620838bdf9bc 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 git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3934 50f2f4bb-b051-0410-bef5-90022cba6387 --- 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 db0de19c7be..050963c1b16 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