Jbpm7 spring boot business application: No active transaction after arjuna transation timeout

混江龙づ霸主 提交于 2021-02-11 15:04:22

问题


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 is needed for KieSpringTransactionManager.

Thank you in advance,


回答1:


we checked your question within the Narayana team http://narayana.io and with guys from JBPM. We agree that's seems to be an issue within the KieSpringTransactionManager. The best would be to create a new issue in JBPM tracker - see it here: https://issues.redhat.com/projects/JBPM

With that the JBPM team should be announced about it and somebody will take care of it.

Thanks Ondra



来源:https://stackoverflow.com/questions/64591565/jbpm7-spring-boot-business-application-no-active-transaction-after-arjuna-trans

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!