2 Replies Latest reply on Aug 5, 2004 1:01 AM by zhouxiaochao

    Is jta transaction in jboss threadlocal?

    zhouxiaochao

      Is jta transaction in jboss threadlocal? When a session bean executes with required transaction attribute, then the session bean will hold a thread, in jboss3.2.1 TxManager it will attach a transaction with the session bean using threadlocal, but I wonder if so how to support requirednew attribute? because we have a transaction attached , when it needs a new transaction, how it attached to threadlocal?
      Maybe I misunderstand the transaction in jta, any advice will be appreciated.



      Best Regards.

      Zhou