You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "tim mcnamara (JIRA)" <ji...@apache.org> on 2008/11/29 14:33:05 UTC

[jira] Commented: (CAMEL-1131) Invalid contructor intitialization in MulticastProcessor

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

tim mcnamara commented on CAMEL-1131:
-------------------------------------

do not see the fix in either 1.5.1 or 2.0.0

> Invalid contructor intitialization in MulticastProcessor
> --------------------------------------------------------
>
>                 Key: CAMEL-1131
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1131
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: tim mcnamara
>             Fix For: 1.5.1, 2.0.0
>
>
> parallelProcessing and executor being overridden in constructor.
> {code:title=MulticastProcessor.java|borderStyle=solid}
>     public MulticastProcessor(Collection<Processor> processors, AggregationStrategy aggregationStrategy, boolean parallelProcessing, ThreadPoolExecutor executor) {
>         this(processors, aggregationStrategy, false, null, false);
>     }
> {code}

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