Kevin Lewis wrote:
>
> > Hi!
>
> Hey, thanks for keeping up with me on this!
>
> > Hm.. did you remember to set the right contextclassloader
> > before looking
> > up the object in JNDI at init time?
>
> I've solved it. Tomcat restores the Servlet class loader, but not the
> context class loader. I created a mapping from the doc-root of the web
> app to the context class loaders. I then restored it with an
> interceptor positioned before the interceptor shipped with
> EmbeddedTomcatService (which sets the parent of the servlet class
> loader).
>
> I need to get this stuff submitted, soon. If it's not today, maybe
> Tuesday. Since Sebastien did most of the work for
> EmbeddedTomcatService, I'm thinking I'll ask him if I can just mail him
> my code.
Hi,
I'm glad you got this to work. You can mail me your work, I'll commit
it asap.
Sebastien
> Thanks, again, Rickard. You have been very helpful.
>
> -Kevin