> 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.

Thanks, again, Rickard.  You have been very helpful.

-Kevin

Reply via email to