RE: [JBoss-dev] UnifiedLoaderRepository deadlocks

2002-05-31 Thread Bordet, Simone
Hi Adrian, 3.0RC4 The testsuite doesn't hang, and it passes a simple test that failed on the previous version (I'll add it to the testsuite this weekend + other more complicated tests). Thanks for applying this. I saw also HEAD passed tonight :) Can I sak you to link to the testsuite

RE: [JBoss-dev] UnifiedLoaderRepository deadlocks

2002-05-31 Thread Adrian Brock
. I think this is because it is interrupting the thread during stop. Regards, Adrian From: Bordet, Simone [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] UnifiedLoaderRepository deadlocks Date: Fri, 31 May 2002 10:07:24 +0200 Hi Adrian, 3.0RC4

Re: [JBoss-dev] UnifiedLoaderRepository deadlocks

2002-05-30 Thread Dave Smith
How about in the 3_0 branch? On Thu, 2002-05-30 at 12:12, Bordet, Simone wrote: Hi, I have updated the ULR in HEAD to incorporate latest Adrian Brock's suggestions (thanks Adrian), and made the relevant methods single threaded. Adrian, if you can check if the changes I made correctly

RE: [JBoss-dev] UnifiedLoaderRepository deadlocks

2002-05-30 Thread Bordet, Simone
Hi Dave, How about in the 3_0 branch? Scott will decide. Simon On Thu, 2002-05-30 at 12:12, Bordet, Simone wrote: Hi, I have updated the ULR in HEAD to incorporate latest Adrian Brock's suggestions (thanks Adrian), and made the relevant methods single threaded. Adrian, if you

RE: [JBoss-dev] UnifiedLoaderRepository deadlocks

2002-05-30 Thread Bordet, Simone
He makes fast decisions :) -Original Message- From: Bordet, Simone Sent: giovedì 30 maggio 2002 18:31 To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] UnifiedLoaderRepository deadlocks Hi Dave, How about in the 3_0 branch? Scott will decide. Simon On Thu, 2002-05

Re: [JBoss-dev] UnifiedLoaderRepository deadlocks

2002-05-30 Thread Adrian Brock
Hi Simon, 3.0RC4 The testsuite doesn't hang, and it passes a simple test that failed on the previous version (I'll add it to the testsuite this weekend + other more complicated tests). Thanks for applying this. I think there is still a problem with the ordering for findClass(String) (and