Re: Missing Injector inconsistently

2022-06-24 Thread Richard Frovarp
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

Re: Missing Injector inconsistently

2022-06-24 Thread Andrus Adamchik
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