Andrus,
Yes, it is coming from BaseContext.attachToRuntimeIfNeeded(). It appears
that turning off session serialization works. The fact that it sometimes
worked under Tomcat makes it a bit harder to test that the fix is good.
I was able to adapt the previous project to get it working. So
Val
Hi Richard,
I assume the exception happens within BaseContext.attachToRuntimeIfNeeded().
This whole business of attaching to runtime is a hack for auto-deserialization
of the context in certain environments. Tomcat does HttpSession serialization
for the purpose of session clustering (and addres