类 JBossLoadTimeWeaver

  • 所有已实现的接口:
    LoadTimeWeaver

    public class JBossLoadTimeWeaver
    extends Object
    implements LoadTimeWeaver
    LoadTimeWeaver implementation for JBoss's instrumentable ClassLoader. Autodetects the specific JBoss version at runtime: currently supports JBoss AS 6 and 7, as well as WildFly 8 and 9 (as of Spring 4.2).

    NOTE: On JBoss 6, 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.

    从以下版本开始:
    3.0
    作者:
    Costin Leau, Juergen Hoeller