7 Replies Latest reply on Jan 22, 2008 8:42 AM by pmuir

    Cannot join transaction, not a JoinableCMTTransaction

    amitev

      Hi! I'm using seam with pojos and SMPC

       <core:managed-persistence-context auto-create="true"
       entity-manager-factory="#{BtsEntityManagerFactory}"
       name="entityManager" />
      
       <core:entity-manager-factory name="BtsEntityManagerFactory"
       persistence-unit-name="Bts" />
      


      I also configured seam transaction phase listener.
      On each request i got this warning several times:

      WARN [AbstractEntityManagerImpl] Cannot join transaction, not a JoinableCMTTransaction

      Idea where is the problem?