You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Zheng Feng (Jira)" <ji...@apache.org> on 2020/06/28 06:15:00 UTC

[jira] [Created] (CAMEL-15251) camel-cdi - MandatoryJtaTransactionPolicy and NeverJtaTransactionPolicy miss to call the runnable work

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)