@Transactional
 public void composeFailThenFail() {
   businessService.failMethod();
   businessService.failMethod();
 }