Jbpm7 spring boot business application: No active transaction after arjuna transation timeout
问题 I'm encountering the same problem described here: https://issues.redhat.com/plugins/servlet/mobile#issue/RHBPMS-4621. I use Jbpm 7.41 business application with oracle database. Under high load, transaction timeouts are detected and arjuna marks them for rollback. Then, the Jbpm executor thread reuses the same transaction and throws a repetitive message "No active transaction...". Does someone know how to fix this problem? I think that the same fix done for JtaTransactionManager in RHBPMS-4621