You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.springframework.context/src/main/java/org/springframework/instrument/classloading/jboss/JBossLoadTimeWeaver.java
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2009 the original author or authors.
2
+
* Copyright 2002-2011 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -25,10 +25,14 @@
25
25
26
26
/**
27
27
* {@link LoadTimeWeaver} implementation for JBoss's instrumentable ClassLoader.
28
+
* Supports JBoss AS 5 and 6.
28
29
*
29
-
* <p><b>NOTE:</b> Requires JBoss AS version 5.0.0 or higher.
30
-
*
31
-
* <p>Thanks to Ales Justin and Marius Bogoevici for the initial prototype.</p>
30
+
* <p><b>NOTE:</b> On JBoss 6.0, to avoid the container loading the classes before the
31
+
* application actually starts, one needs to add a <tt>WEB-INF/jboss-scanning.xml</tt>
32
+
* file to the application archive - with the following content:
0 commit comments