0 Replies Latest reply on Dec 7, 2001 5:45 AM by swaminathan17

    commit/rollback problem UserTransaction

    swaminathan17

      Hi,
      I have a EJB which has transaction attribute set to
      bean managed. I demarcate the start and end of the
      transactions using ut.begin() and ut.commit()
      where ut is the UserTransaction.

      ut.commit() executes but the same is not reflected in the database. Any ideas why this is happening

      thanks.