5 Replies Latest reply on Sep 19, 2007 4:36 PM by oskar.carlstedt

    JTA EntityManager cannot access a transactions

    konstantin.ermakov

      Hello!

      I am receiving the following exception, when I am trying to start a transaction in my Stateless bean:

       EntityManager m = emf_.createEntityManager();
       m.getTransaction().begin();