Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-4044

ChoiceProcessor : unable to find the mBeans processor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.7.0
    • 2.7.3, 2.8.0
    • camel-core
    • None
    • Windows XP

    • Unit Test Broken

    Description

      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.

      Attachments

        1. camel-4044.patch
          16 kB
          Daniel Kulp
        2. coverage.png
          175 kB
          Claus Ibsen

        Issue Links

          Activity

            People

              dkulp Daniel Kulp
              rdubois Rémy DUBOIS
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: