You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Lekan Omotayo (JIRA)" <ji...@apache.org> on 2010/01/27 10:19:33 UTC

[jira] Created: (CAMEL-2408) Aggregator's not returning combined exchanges, only returns last exchange

Aggregator's not returning combined exchanges, only returns last exchange
-------------------------------------------------------------------------

                 Key: CAMEL-2408
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2408
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.0.0
         Environment: Windowx XP Professional SP 2, Intel Core Duo CPU 2.1GHz, 3GB, Servicemix 4.1.0-psc-01-00RC1
            Reporter: Lekan Omotayo
            Priority: Critical


While implementing a custom aggregationstrategy, it seems the aggregated exchange is not returned, instead the latest exchange is returned.

Even though the custom aggregationstrategy was called and (from log) it could print out an aggregated exchange, the aggregated exchange was not sent, instead the latest exchange was sent. see post here http://old.nabble.com/Aggregator%27s-not-returning-combined-exchanges%2C-only-returns-last-exchange-td27270355.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-2408) Aggregator's not returning combined exchanges, only returns last exchange

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-2408:
-------------------------------

    Priority: Major  (was: Critical)

We provided a lot of help for you at the user forum, so please don't create new tickets with critical as bug when we have proven routes which works etc.


> Aggregator's not returning combined exchanges, only returns last exchange
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-2408
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2408
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.0.0
>         Environment: Windowx XP Professional SP 2, Intel Core Duo CPU 2.1GHz, 3GB, Servicemix 4.1.0-psc-01-00RC1
>            Reporter: Lekan Omotayo
>
> While implementing a custom aggregationstrategy, it seems the aggregated exchange is not returned, instead the latest exchange is returned.
> Even though the custom aggregationstrategy was called and (from log) it could print out an aggregated exchange, the aggregated exchange was not sent, instead the latest exchange was sent. see post here http://old.nabble.com/Aggregator%27s-not-returning-combined-exchanges%2C-only-returns-last-exchange-td27270355.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2408) Aggregator's not returning combined exchanges, only returns last exchange

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2408.
--------------------------------

    Resolution: Working as Designed

Not a bug, it's end user not doing the route correct. He can check the unit test from below:

http://svn.apache.org/viewvc?rev=903849&view=rev

> Aggregator's not returning combined exchanges, only returns last exchange
> -------------------------------------------------------------------------
>
>                 Key: CAMEL-2408
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2408
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.0.0
>         Environment: Windowx XP Professional SP 2, Intel Core Duo CPU 2.1GHz, 3GB, Servicemix 4.1.0-psc-01-00RC1
>            Reporter: Lekan Omotayo
>
> While implementing a custom aggregationstrategy, it seems the aggregated exchange is not returned, instead the latest exchange is returned.
> Even though the custom aggregationstrategy was called and (from log) it could print out an aggregated exchange, the aggregated exchange was not sent, instead the latest exchange was sent. see post here http://old.nabble.com/Aggregator%27s-not-returning-combined-exchanges%2C-only-returns-last-exchange-td27270355.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.