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
Throw an exception and use the framework as designed otherwise do not use declarative transaction management and follow skaffman advise above. Keep it simple.