RE: [HiveMind] RE: Broken test ...

2003-09-11 Thread Howard M. Lewis Ship
Please keep this discussion on the Jakarta commons developer list. The problem i am getting is when I try to add an interceptor to the service. The class loader used by javassist to compile the class is it's own one - javassist.ClassPool.SimpleClassLoader, not the class loader used in

Re: [HiveMind] RE: Broken test ...

2003-09-11 Thread Johan Lindquist
On Thu, 11 Sep 2003 07:35:17 -0400, Howard M. Lewis Ship wrote: Please keep this discussion on the Jakarta commons developer list. The problem i am getting is when I try to add an interceptor to the service. The class loader used by javassist to compile the class is it's own one -

Re: [HiveMind] RE: Broken test ...

2003-09-11 Thread Essl Christian
The problem i am getting is when I try to add an interceptor to the service. The class loader used by javassist to compile the class is it's own one - javassist.ClassPool.SimpleClassLoader, not the class loader used in this case to bootstrap the system. So it can't find the classes (in this

Re: [HiveMind] RE: Broken test ...

2003-09-11 Thread Johan Lindquist
On Thu, 11 Sep 2003 14:54:11 +0200, Essl Christian [EMAIL PROTECTED] wrote: The problem i am getting is when I try to add an interceptor to the service. The class loader used by javassist to compile the class is it's own one - javassist.ClassPool.SimpleClassLoader, not the class loader used

RE: [HiveMind] RE: Broken test ...

2003-09-09 Thread Howard M. Lewis Ship
On 1.3.1 - re-ran it on 1.4.2 and it worked ... Guess the exception on 1.3.1 is different ... Ah well, sorry to bug you about it ... :) I'll try this on 1.3 at some point and see if I can make the test work in both cases. A quick question though : As most app. server have