I have a method that does a bunch of things; amongst them doing a number of inserts and updates. It\'s declared thusly...
@Transactional(propagation = Propag
This works for me:
TransactionInterceptor.currentTransactionStatus().setRollbackOnly();