You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2015/03/15 09:18:38 UTC

[jira] [Created] (CAMEL-8488) Java DSL - Improved CBR to detect if endChoice vs end was invalid used

Claus Ibsen created CAMEL-8488:
----------------------------------

             Summary: Java DSL - Improved CBR to detect if endChoice vs end was invalid used
                 Key: CAMEL-8488
                 URL: https://issues.apache.org/jira/browse/CAMEL-8488
             Project: Camel
          Issue Type: Improvement
          Components: camel-core, eip
    Affects Versions: 2.15.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.16.0


See SO
http://stackoverflow.com/questions/29044571/camel-java-dsl-route-with-choice-proceeds-only-for-last-condition

Users of Java DSL may improperly use the wrong end when ending the entire choice by using endChoice which then would by default add further outputs to the last clause, eg last when/otherwise.

We should detect this so when using endChoice the next output must be when/otherwise (or another end)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)