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 use
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 c
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 - javassist.Clas
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
> 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 clas
What JDK are you on? I just ran all the tests (JDK 1.4) with no problems.
--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com
> -Original Message-
> From: Joh