0 Replies Latest reply on Jan 19, 2006 3:17 PM by chetanagg

    Mixing CMT with BMT

    chetanagg

      Hi all,

      I have the following situation:

      TX-Attr = Required
      method transmit(){
      call anotherBean.doSomething() method;
      }

      TX-Attr = RequiresNew
      AnotherBean.doSomething() {
      call stored procedure to do database update.
      }


      Since AnotherBean.doSomething() is with RequiresNew attribute , then it should commit the transaction before it returns.
      But its not committing transaction.

      I am using joss 4.0.3
      Any idea why its not working.

      Any suggestion to workaround this situation.

      Please suggest
      Thanks and Regards
      Chetan