+ add note about JBoss 6
This commit is contained in:
Costin Leau 2011-01-31 16:53:56 +00:00
parent c4a954a618
commit 0c5a13cc96
1 changed files with 7 additions and 1 deletions

View File

@ -3813,7 +3813,13 @@ TR: REVISED, PLS REVIEW. Chnaged the last one to *inside*--> is recommended
<para>Note that GlassFish instrumentation-capable ClassLoader is available only in its EAR environment.
For GlassFish web applications, follow the Tomcat setup instructions as outlined above.</para>
</section>
<para>Note that on JBoss 6.x, the app server scanning needs to be disabled to prevent it from loading the classes
before the application actually starts. A quick workaround is to add to your artifact a file named
<filename class="libraryfile">WEB-INF/jboss-scanning.xml</filename> with the following content:</para>
<programlisting language="xml">&lt;scanning xmlns="urn:jboss:scanning:1.0"/&gt;</programlisting>
</section>
<section id="aop-aj-ltw-environment-generic">
<title>Generic Java applications</title>