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

Claus Ibsen resolved CAMEL-5739.
--------------------------------

    Resolution: Fixed

Now Camel validates on starting routes, that any custom assigned id's in the 
route models is unique, which is a requirement. Any nodes with no assigned ids 
will use auto generated ids, and thus no duplicate issues there.
                
> Camel should validate on adding routes that if id is set then it must be 
> unique
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-5739
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5739
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.11.0
>
>
> When using explicit id's in the routes using Java DSL. Then we should ensure 
> those id's is unique as this is required by management etc.
> In XML DSL the id's is unique as the xml parser will validate that.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to