From 48de81deec649be9dcbed11fb35ba04d8c96e2ca Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Thu, 21 Jul 2011 09:51:23 +0000 Subject: [PATCH] refined JBoss 6.0 note --- .../classloading/jboss/JBossLoadTimeWeaver.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/org.springframework.context/src/main/java/org/springframework/instrument/classloading/jboss/JBossLoadTimeWeaver.java b/org.springframework.context/src/main/java/org/springframework/instrument/classloading/jboss/JBossLoadTimeWeaver.java index 5de17d6298f..b182c7181cf 100644 --- a/org.springframework.context/src/main/java/org/springframework/instrument/classloading/jboss/JBossLoadTimeWeaver.java +++ b/org.springframework.context/src/main/java/org/springframework/instrument/classloading/jboss/JBossLoadTimeWeaver.java @@ -28,12 +28,12 @@ import org.springframework.util.ClassUtils; * Autodetects the specific JBoss version at runtime: currently supports * JBoss AS 5, 6 and 7 (as of Spring 3.1). * - *

NOTE: On JBoss 6.0, to avoid the container loading the classes before - * the application actually starts, one needs to add WEB-INF/jboss-scanning.xml - * to her archive with the following content: + *

NOTE: On JBoss 6.0, to avoid the container loading the classes before the + * application actually starts, one needs to add a WEB-INF/jboss-scanning.xml + * file to the application archive - with the following content: *

<scanning xmlns="urn:jboss:scanning:1.0"/>
* - *

Thanks to Ales Justin and Marius Bogoevici for the initial prototype.

+ *

Thanks to Ales Justin and Marius Bogoevici for the initial prototype. * * @author Costin Leau * @since 3.0