3 Replies Latest reply on Nov 26, 2007 6:07 AM by pmuir

    Persistence Context propagation between Seam Components

    breako

      Hi,
      Suppose I have two Seam components whic both use Seam Managed EntityManagers i.e. no EJB server.

      In a request one Seam component uses the other. Is the persistence context associiated with the first EntityManager propagated to the second EntityManager in the second component?

      What are the rules of persistence context propagation for Seam managed EntityManagers?

      Thanks