2 Replies Latest reply on Feb 12, 2007 1:07 PM by vk101

    SMPC

      When would you get LazyInitializationExceptions using SMPC? If you have lazily-loaded collections, am I correct to assume that because the persistence context is alive everywhere within the conversation, that lazily-loaded collections are loaded when accessed, hence you never see LIE anymore?

      i.e. No need to make them EAGER, but still no LIEs anymore...everything's loaded on-demand?

        • 1. Re: SMPC
          gavin.king

          right

          • 2. Re: SMPC

            Cool.

            If the scope of an EXTENDED persistence context is greater than that of a conversational one (i.e. session vs conversation), then wouldn't you also never have LIEs if EXTENDED PCs were used conversationally in a conversational SFSB?