-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to configure the transaction manager in SimpleJobOperator #1078
Comments
Any update about this issue? |
I am running into the same problem in one of listeners where I am explicitly calling the SimpleJobOperator to stop the execution. |
Any update about this issue? |
No, we are working on the upcoming v4.3 and this issue is not planned for it. We will let you know in which version this issue will be addressed. Contributions are welcome. |
Along with #4195, both the transaction manager and the transaction attributes are now configurable in the proxy created around the |
Nico opened BATCH-2524 and commented
SimpleJobOperator stop() is decorated with
@Transactional
, thereforewe cannot configure the transactionManager name as the other components , forcing the implementation of org.springframework.transaction.annotation.TransactionManagementConfigurer to set the transactionManager to use.
Affects: 3.0.7
The text was updated successfully, but these errors were encountered: