SPR-7887
+ 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:
parent
38a49f088e
commit
5e08586261
|
|
@ -27,6 +27,12 @@ import org.springframework.util.ClassUtils;
|
||||||
* {@link LoadTimeWeaver} implementation for JBoss's instrumentable ClassLoader.
|
* {@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> 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>
|
||||||
|
* <scanning xmlns="urn:jboss:scanning:1.0"/>
|
||||||
|
* </pre>
|
||||||
*
|
*
|
||||||
* <p>Thanks to Ales Justin and Marius Bogoevici for the initial prototype.</p>
|
* <p>Thanks to Ales Justin and Marius Bogoevici for the initial prototype.</p>
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue