0 Replies Latest reply on Apr 25, 2006 8:53 AM by armita

    Transaction in seam managed entityManager

    armita

      I noticed that the entity manager got by:

      PersistenceContext(type= PersistenceContextType.TRANSACTION)
       private EntityManager em;
      

      is not transactional. How can I force it to work in a transactional manner?