LazyInitializationException « MyFaces « JSF Q&A





1. LazyInitializationException and JSF (myFaces)    forum.hibernate.org

We started with a session-per-request methodology, but given the complex object hierarchies we employ, the overhead of re-attaching all of the session objects resulted in a performance hit with thousands of users. After moving to the Long Hibernate sessions, we were still experiencing LIE's. After some extensive research, it seems some have placed the blame for this on myFaces, for serializing/deserializing ...