You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Hadrian Zbarcea (JIRA)" <ji...@apache.org> on 2011/06/03 19:36:48 UTC

[jira] [Assigned] (CAMEL-4044) ChoiceProcessor : unable to find the mBeans processor

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

Hadrian Zbarcea reassigned CAMEL-4044:
--------------------------------------

    Assignee: Hadrian Zbarcea

> ChoiceProcessor : unable to find the mBeans processor
> -----------------------------------------------------
>
>                 Key: CAMEL-4044
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4044
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.7.0
>         Environment: Windows XP
>            Reporter: Rémy DUBOIS
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.8.0
>
>
> Using the jconsole, we are not able to locate some processors after a ChoiceProcessor.
> For example :
> from("direct:start").to("mock:test1").id("mock1")
> .choice()
> .when(predicate).to("mock:test2").id("test2")
> .otherwise().to("mock:test3").id("test3")
> .end()
> .to("mock:outOfChoice").id("outOfChoice");
> The processors mock1 and outOfChoice are well found but not the processors test2 and test3.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira