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

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

     [ https://issues.apache.org/activemq/browse/CAMEL-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-1131:
-------------------------------

    Fix Version/s:     (was: 2.0.0)
                       (was: 1.5.1)

> 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
>
> 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.