You're right. Thx.

I just run some tests with Catalina, and the problem doesn't occur. So I
guess
the context class loader is set properly in Tomcat 4.0.1. This fixes the
problem.

Thx for your help.

> -----Original Message-----
> From: Berin Loritsch [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 13, 2002 11:07 AM
> To: Avalon Developers List
> Subject: Re: ExclaliburComponentManager
>
>
> Vincent Tencé wrote:
> > Unfortunatly
> >
> >
> >>super(this.getClass().getClassLoader());
> >>
> >
> > doesn't work cause It seems I cannot call getClass() before
> the super
> > constructor returns :-/
>
> You can do it through the static method:
>
> ComponentManager.class.getClassLoader();
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to