RE: [picocontainer-dev] NanoWAR and session madness in Tomcat 5
"Michael Rimov" <[email protected]>
| Newsgroups | gmane.comp.java.picocontainer.devel |
|---|---|
| Organization | Centerline Computers, Inc |
| Message-ID | <009801c60d71$dc2b5250$651ea8c0@prosperity> |
> Isn't it the ServletContext-container ref that you want to make transient? > > Or then maybe it might be that the session has its reference to it > broken when the sessions are deserialized? Well, I originally thought that. At least for Tomcat 5, it appears that it calls "SessionBound" for every session that is deserialized from state. So at least, the container proper would have its construction capabilities restored. (And in fact, it appears that the new container then overwrites the old one). I don't know how it would work for clustering, but I agree with Mauro that if we can at least get single-machine working with Tomcat, then I'm ok with postponing investigation of clustering until post 1.0. -Mike (R)