We are having some class loading issues when deploying an application to JBoss AS 6.0.0 Final. Is there any logging that can be enabled within JBoss to see when classes are being loaded and by which classloader?
Use JVM -verbose:class option. For JBoss You add the following line to your run.sh:
JAVA_OPTS="$JAVA_OPTS -verbose:class
...and on Windows (run.bat):
set "JAVA_OPTS=%JAVA_OPTS% -verbose:class"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With