+ add javadoc on JBoss LTW for usage on JBoss 6.0
master
Costin Leau 14 years ago
parent 9c071e5d19
commit 44b5df0db1
  1. 6
      org.springframework.context/src/main/java/org/springframework/instrument/classloading/jboss/JBossLoadTimeWeaver.java

@ -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>
* &lt;scanning xmlns="urn:jboss:scanning:1.0"/&gt;
* </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…
Cancel
Save