one beanfactory can not have more than one TransactionManager when low memory [SPR-14706] #19271
Labels
Comments
Juergen Hoeller commented This seems like essentially the same issue as #19177, with a given Please give a recent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
qxo opened SPR-14706 and commented
sample code :
git clone https://github.com/qxo/spring-pull-1661-test
cd /spring-pull-1661-test
mvn test
===> will found the bug!
and fix pull : #1161
then setTransactionManagerBeanName on spring config (TransactionProxyFactoryBean) will slove the issue.
Issue Links:
The text was updated successfully, but these errors were encountered: