Niklas Saers opened SPR-6283 and commented
Hi guys,
When I write my tests I can say "@TransactionConfiguration(transactionManager="transactionManager", defaultRollback=true)". It would be great to have the transactionManager part available, either as a similar @TransactionConfiguration annotation, or as a property on @Transactional. Right now it's non-trivial to use multiple transaction managers like I have when dealing with multiple legacy databases from within the same Spring application
Cheers
Affects: 3.0 RC1