Hey guys, Would it be possible that a proxy could not get a session set on it? I just released a new webapp to production on Sat and since then we have been getting random LazyInitializationExceptions. We are using the session per request pattern so I'm just baffled as to what might be causing this. This error is just totally random and I have never been able to reproduce it myself.
I haven't looked at the code that sets the session on the proxy, but I'm just wondering if there could be potential for the proxy to not be set properly there. Thanks for any feedback. Jesse
