Add the -verbose:class JVM option to the command line (to JAVA_OPTS in the run scripts).
This option causes the JVM to print out the location of each class loaded. I noticed when
using JDK 6 that the web services classes were suddenly coming from the runtime jar. Also,
if I recall correctly, with JDK 6 I was getting a missing method exception. I unzipped the
sources for JDK 6 and noted that the method was indeed missing but when looking at the
sources from the app server, the method was there.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138807#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...