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?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015246#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...