126127128129130131132133
transactionStrategy.rollbackOnly() ; } transactionStrategy.terminate() ; } } catch (final TransactionStrategyException tse) { throw new SchedulingException("Unexpected transaction strategy exception", tse) ; } }