Zheng Feng created CAMEL-15251:
----------------------------------
Summary: camel-cdi - MandatoryJtaTransactionPolicy and
NeverJtaTransactionPolicy miss to call the runnable work
Key: CAMEL-15251
URL: https://issues.apache.org/jira/browse/CAMEL-15251
Project: Camel
Issue Type: Bug
Components: camel-cdi
Affects Versions: 3.4.0, 3.3.0, 2.25.1
Reporter: Zheng Feng
Assignee: Zheng Feng
The MandatoryJtaTransactionPolicy missed to call
{code:java}
runWithTransaction(runnable, false);
{code}
The NeverJtaTransactionPolicy missed to call
{code:java}
runnable.run();
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)