+ add javadoc on JBoss LTW for usage on JBoss 6.0

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3935 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Costin Leau 2011-02-01 10:19:23 +00:00
parent 38a49f088e
commit 5e08586261
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ import org.springframework.util.ClassUtils;
* {@link LoadTimeWeaver} implementation for JBoss's instrumentable ClassLoader.
*
* <p><b>NOTE:</b> Requires JBoss AS version 5.0.0 or higher.
* <p><b>NOTE:</b> On JBoss 6.0.0, to avoid the container loading the classes before
* the application actually starts, one needs to add <tt>WEB-INF/jboss-scanning.xml</tt>
* to her archive with the following content:
* <pre>
* &lt;scanning xmlns="urn:jboss:scanning:1.0"/&gt;
* </pre>
*
* <p>Thanks to Ales Justin and Marius Bogoevici for the initial prototype.</p>
*