I can't understand the behavior difference between the PROPAGATION_REQUIRES_NEW
and PROPAGATION_NESTED
propagation policies. It seems to me that in both cases, the current process is rollbacked but not the whole transaction. Any clue?
↧
Differences between requires_new and nested propagation in Spring transactions
↧