0 Replies Latest reply on Apr 10, 2003 6:03 AM by choipo

    CMP Transaction

    choipo

      I am using JBoss + Mysql 3.23 and using CMP

      i am using a stateless session bean method to update two entity bean. i find that if an error is occur in between the update of two entity bean, the first bean is updated.

      I expected it is all-or-nothing. how to do that?

      Thx