3 Replies Latest reply on Jul 25, 2007 12:08 PM by christian.bauer

    Benefits of extended persistence context with SFSB

    p2auljr

      It seems to me that the benefits of a extended persistence context with a stateful session bean are lost when having to deal with the issue of a sfsb being passivated by the container. If a sfsb has a reference to a managed entity, the sfsb is passivated, and then the sfsb is activated, you may still run into Lazy Initialization exceptions because the entity is no longer managed, unless you explicitly merge the entity back into the persistence context.

      What is the best way to handle this issue?