0 Replies Latest reply on Jun 12, 2009 6:51 PM by gonorrhea

    Seam 2.1.2 booking example using PC instead of SMPC

    gonorrhea

      Why is the booking app still using the following code (and not @In to inject SMPC)?


      @PersistenceContext(type=EXTENDED)
      private EntityManager em;



      Is there a technical reason for this? 


      Why not demonstrate the use of atomic conversations in the classic Seam example app by using SMPC and Hibernate manual flush?