Closed
Description
Baruch Sadogursky opened SPR-7232 and commented
Simple test:
- Define two
@Bean
methods returning PlatfromTransactionManagers with different@Qualifiers
- Annotate test class with
@Transactional
, providing one of the qualifiers as value param
Result: java.lang.IllegalStateException: No matching PlatformTransactionManager bean found for qualifier 'a' - neither qualifier match nor bean name match!
Test attached.
Affects: 3.0.2
Attachments:
Referenced from: commits 6c6004a