You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Julien Hattab (Jira)" <ji...@apache.org> on 2022/09/29 13:17:00 UTC

[jira] [Created] (CAMEL-18570) Aggregation onCompleted does not open XA transaction

Julien Hattab created CAMEL-18570:
-------------------------------------

             Summary: Aggregation onCompleted does not open XA transaction
                 Key: CAMEL-18570
                 URL: https://issues.apache.org/jira/browse/CAMEL-18570
             Project: Camel
          Issue Type: Bug
          Components: camel-core, camel-sql
    Affects Versions: 3.18.2
         Environment: I create 2 projects with one test.

One in camel 3.18.2 which is failing and one with camel 2.25.4 which is successful.
            Reporter: Julien Hattab
         Attachments: camel-v2-xaJdbcAggregation.zip, camel-v3-xaJdbcAggregation.zip

Since Camel 3 version.

The aggregation processor doesn't open a XA transaction when the aggregation is completed or timed-out.

If the aggregated route destination is a XA ressource camel throw the fallowing exception :
{code:java}
Session's XAResource has not been enlisted in a distributed transaction {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)