Closed
Description
Abhay opened BATCH-2294 and commented
SimpleBatchConfiguration which gets loaded by any of spring application, created transactionManager bean irrespective of whether that bean is already created or not. This results in overriding transaction manager
@ConditionalOnMissingBean
could be used for resolution of this issues
Affects: 3.0.1
Reference URL: http://stackoverflow.com/q/25303163/3073323
Issue Links:
- BATCH-2642 Document how to make Spring Batch work with Spring Data JPA repositories
("is depended on by")
Referenced from: pull request #609, and commits a68d700
Backported to: 4.1.0.M3
3 votes, 5 watchers