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 2012/10/23 17:05:14 UTC

[jira] [Created] (CAMEL-5739) Camel should validate on adding routes that if id is set then it must be unique

Claus Ibsen created CAMEL-5739:
----------------------------------

             Summary: 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

[jira] [Resolved] (CAMEL-5739) Camel should validate on adding routes that if id is set then it must be unique

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ 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