0 Replies Latest reply on Nov 21, 2002 11:34 AM by asafy

    nested Transaction

    asafy

      Hi,
      I have the following problem:
      I am using SQL calls inside a managed transaction in a session bean and the SQL calls have auto commit. The SQL commits the whole transaction.

      I could use help on the following issues:
      (1) How can I set the AutoCommit option on a managed transaction.
      (2) Since jboss does not support nested transaction, is there a work around the problem, creating a user transaction.
      (3) Any other idea of how to use SQL calls inside a managed transaction.

      Thankyou,