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
You should have spring inject the transactional manager. Then you can just call the rollback method on it.