> Hi all, > it's me, I'm back. > I finally had time to pick up the code base again. Why not earlier, it's a > long story. > Anyway, there is a small detail (actually huge) that I completely missed > when I implemented the session replication, it is the different classloaders > for the different webapps. When serialized objects come accross the wire it > has to be deserialized using the right classloader. > If someone knows this on top of their head feel free to give me some tips, > otherwise I will start digging around.
The context classloader is supposed to be the webapp class loader. Is that what you want ? Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>