-
Bug
-
Resolution: Done
-
Major
-
7.13.1.GA
-
False
-
None
-
False
-
-
-
-
-
-
CR1
-
---
-
---
-
-
-
2022 Week 44-46 (from Oct 31), 2022 Week 47-49 (from Nov 21)
The same problem has been reported and fixed in jbpm https://issues.redhat.com/plugins/servlet/mobile#issue/RHBPMS-4621.
The same issue occurs in springboot application with rhpam 7. Under high load, transaction timeouts are detected and arjuna marks them for rollback. Then, Jbpm executor thread reuse the same transaction and throws a repetitive exception "No active transaction...".
I think that the same fix done for JtaTransactionManager in RHBPMS-4621 is needed for KieSpringTransactionManager.
- is related to
-
JBPM-9450 Jbpm7 spring boot business application: No active transaction after arjuna transaction timeout
- Pull Request Sent