1 Reply Latest reply on May 29, 2009 2:48 PM by cpopetz

    disable Seam managed transactions

    benitojuarez

      Hello,


      is it possible to disable SMT for distinct beans or methods?



      grz
      BJ

        • 1. Re: disable Seam managed transactions
          cpopetz

          I'm not sure what you mean.  You'll only get a new transaction for beans annotated as @Transactional, so that's one way to turn it off per-bean: don't annotate the bean or method.  If you mean you want to suspend an existing transaction when the bean's method is entered, then no, that is not supported.