methodB is called recursively in methodA and methodB is the one that calls the EJB's (CMP) methods to update some data.
If the first call to methodB() goes through fine and the second call fails, I want to commit the first call and rollback only the second call.
identification_variable.[single_valued_cmr_field.]* single_valued_cmr_field
1) The domain for a transaction is a method, therefore unless in the same method you have more that one ut.begin() we cannot speak nested transactions;
1) The domain for a transaction is a method, therefore unless in the same method you have more that one ut.begin() we cannot speak nested transactions;