[ 
https://issues.apache.org/activemq/browse/CAMEL-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47901#action_47901
 ] 

Claus Ibsen commented on CAMEL-1150:
------------------------------------

D:\project\camel\camel-core>svn commit --message "CAMEL-1150: Fixed aggregator 
not working with onException in a route"
Sending        
camel-core\src\main\java\org\apache\camel\model\ProcessorType.java
Sending        
camel-core\src\main\java\org\apache\camel\util\CollectionHelper.java
Adding         
camel-core\src\test\java\org\apache\camel\processor\aggregator\AggregatorAndOnExceptionTest.java
Transmitting file data ...
Committed revision 723966.


And for 1.x branch
Committed revision 723967.

> Aggregator must be the only output added to the route is fooled by onException
> ------------------------------------------------------------------------------
>
>                 Key: CAMEL-1150
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1150
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.5.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Critical
>             Fix For: 1.5.1, 2.0.0
>
>
> See nabble:
> http://www.nabble.com/Redelivery-Strategy-td20861316s22882.html
> We should convert the 
>         if (!getOutputs().isEmpty()) {
>             throw new IllegalArgumentException("Aggregator must be the only 
> output added to the route: " + this);
>         }
> ïnto a WARN log until we get the aggreagator fixed so you can define it 
> anywhere in the route path. We have a ticket for this bug also.

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

Reply via email to