Hey, > Hi there, > > In order to verify whether our hypothesis about that ugly deadlocking > behaviour of the RH classloaders is right > > (Sascha, Simone and Ole seem to have some serious problems in that > direction, if I understood their postings right), > > could you please NOT try out the following patch.jar (the synchronized > modifier has been removed at Class > java.lang.ClassLoader.loadClassInternal(String), which is > IMHO a totally > uncritical) which violates the > Sun Binary Code License! > > Hence, do NOT start jboss using java -Xbootclasspath/p:patch.jar ...
Probably you forgot to remove the synchronized from loadClass(String, boolean) which is called by loadClassLocally ? Cheers Simon _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
