On Tuesday 16 August 2005 13:49, Johan Compagner wrote: > that is container specific. Or someone can point me out to a specific > servlet spec that i am missing?
I can imagine that that's container specific because I don't think those containers were ever designed to accomodate modular web applications. > I think for example that i can fix this loading of things under tomcat. > Because in tomcat i know how i can override the web app classloader (i > can only do that if i have full control over tomcat) I'm not sure if you really *want* to try to override the classloader. There is no such thing as "the osgi classloader" that can load all implementation classes in all of the bundles. So I don't think the web application is going to be able to deserialize all those classes itself. Unless you're going to be exporting all implementation packages of course. Greetings, Marcel