RE: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock

2002-10-04 Thread Sacha Labourey
2002 23:02 À : [EMAIL PROTECTED] Objet : Re: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock This problem is not related to the thread context class loader. The heiarichical repositories were incorrectly synchronized and naked calls to the delegate class loaders generated by the VM

RE: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock

2002-10-03 Thread Sacha Labourey
PROTECTED]]De la part de marc fleury Envoye : mercredi, 2 octobre 2002 20:18 A : [EMAIL PROTECTED] Objet : RE: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock I come back again with my old trick that hadn't much success in the past. To solve the system class loader problem

Re: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock

2002-10-03 Thread Scott M Stark
Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Sacha Labourey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 03, 2002 9:40 AM Subject: RE: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock Hello marc, That's

RE: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock

2002-10-02 Thread Sacha Labourey
Hello, I come back again with my old trick that hadn't much success in the past. To solve the system class loader problem definitivly, at least with JDK 1.4 and upper, why not use the java.system.class.loader system property (see javadoc of java.lang.Classloader.getSystemClassLoader). This

RE: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock

2002-10-02 Thread Bordet, Simone
Hi, I come back again with my old trick that hadn't much success in the past. To solve the system class loader problem definitivly, at least with JDK 1.4 and upper, why not use the java.system.class.loader system property (see javadoc of java.lang.Classloader.getSystemClassLoader).

RE: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock

2002-10-02 Thread Adrian Brock
-dev] [ jboss-Bugs-617574 ] Classloader deadlock Date: Wed, 2 Oct 2002 19:11:59 +0200 Hi, I come back again with my old trick that hadn't much success in the past. To solve the system class loader problem definitivly, at least with JDK 1.4 and upper, why not use

RE: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock

2002-10-02 Thread marc fleury
Maybe I am missing something or I misunderstood your proposal ? A feeling I have is that it is a plain old bug in HierarchyCL, but it's just a feeling (since it does not seem related to the ClassCircularityError we had in the past). keep your feelings to yourself, you already proved

RE: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock

2002-10-02 Thread marc fleury
I come back again with my old trick that hadn't much success in the past. To solve the system class loader problem definitivly, at least with JDK 1.4 and upper, why not use the java.system.class.loader system property (see javadoc of java.lang.Classloader.getSystemClassLoader). Sacha

Re: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock

2002-10-02 Thread Scott M Stark
- Original Message - From: Adrian Brock [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 10:47 AM Subject: RE: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock Hello, I agree the SCL is not in play here. Why does

Re: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock

2002-10-02 Thread Scott M Stark
: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock Hello, I agree the SCL is not in play here. Why does the HeirarchicalLoaderRepository2 synchronize on itself in loadClass()? A plain UnifiedLoaderRepository2 does not. Regards, Adrian

RE: [JBoss-dev] [ jboss-Bugs-617574 ] Classloader deadlock

2002-10-02 Thread marc fleury
for the sake of completeness on background and context and so people don't think it is unfounded keep your feelings to yourself, you already proved incapable of solving the old bugs and just plain left them there (when it was your rewrite that was causing them). It took Scott to and then