0 Replies Latest reply on Jun 26, 2002 11:55 PM by fayala

    about transaction

    fayala

      Hi all, I write a program in Jboss2.4.4 with
      1 two EntityBeans with CMP & CMT(Container-Managed Persistence & Transaction) in MSSQLServer;
      2 a SessionBean with BMT(Bean-Managed Transaction) that has two methods BeginTrans() & CommitRollbackTrans()
      3 a client class that first uses sessinBean to begin a trans, then update the entitybean field, and last commit/rollback the trans.

      Now the problem is: the session bean trans has no infect on the entity bean, whether it commit or rollback, the update on the entitybean happens.