Re: AW: AW: AW: [JBoss-dev] The rabbit has a bug in its pelt: org.jboss.system.URLClassLoader

2001-10-05 Thread Ole Husgaard
[ Forwarding to the list. D*mn missing reply-to. ] "Jung , Dr. Christoph" wrote: > >- org.jboss.system.URLClassLoader.loadClass(String, boolean) > > delegates directly to the ServiceLibraries _without_ obtaining > > an instance lock. > > that is true, but remember that URLClassLoader.loadClass

AW: AW: AW: [JBoss-dev] The rabbit has a bug in its pelt: org.jboss.system.URLClassLoader

2001-10-05 Thread Jung , Dr. Christoph
-Ursprüngliche Nachricht- >Von: Ole Husgaard [mailto:[EMAIL PROTECTED]] >Gesendet: Freitag, 5. Oktober 2001 17:56 >An: Jboss-Development (E-Mail) >Betreff: Re: AW: AW: [JBoss-dev] The rabbit has a bug in its pelt: >org.jboss.system.URLClassLoader >Sorry, I still d

Re: AW: AW: [JBoss-dev] The rabbit has a bug in its pelt: org.jboss.system.URLClassLoader

2001-10-05 Thread Ole Husgaard
"Jung , Dr. Christoph" wrote: > > >If the deadlock between these two classes can occur, CL1 > >must use CL2 to load C2, and CL2 must use CL1 to load C1. > >But that would mean that CL2 is a parent of CL1, and CL1 > >is a parent of CL2. I believe that circular class loader > >parentage is impossib

AW: AW: [JBoss-dev] The rabbit has a bug in its pelt: org.jboss.system.URLClassLoader

2001-10-05 Thread Jung , Dr. Christoph
>If the deadlock between these two classes can occur, CL1 >must use CL2 to load C2, and CL2 must use CL1 to load C1. >But that would mean that CL2 is a parent of CL1, and CL1 >is a parent of CL2. I believe that circular class loader >parentage is impossible in Java. But that is exactly the centra