This content has been marked as final.
Show 1 reply
-
1. Re: LazyInitializationException ans Scope(SESSION)
pmuir Oct 28, 2007 7:20 AM (in response to mvlach)Yes, your SMPC is scoped to the conversation, not the session. So after your first conversation ends, your object will no longer have an open persistence context to load lazily from. Search back through the forum, this has been discussed many times.