You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/07/29 06:02:51 UTC

[jira] Created: (CAMEL-3007) Adding route from XML should honor its autoStartup flag

Adding route from XML should honor its autoStartup flag
-------------------------------------------------------

                 Key: CAMEL-3007
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3007
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.4.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.5.0


If a route is adding after CamelContext has been started, then it's autoStartup flag should be honored. In case the flag is autoStartup=false, the route should not be auto started.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-3007) Adding route from XML should honor its autoStartup flag

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61049#action_61049 ] 

Claus Ibsen commented on CAMEL-3007:
------------------------------------

trunk: 982228.

> Adding route from XML should honor its autoStartup flag
> -------------------------------------------------------
>
>                 Key: CAMEL-3007
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3007
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> If a route is adding after CamelContext has been started, then it's autoStartup flag should be honored. In case the flag is autoStartup=false, the route should not be auto started.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-3007) Adding route from XML should honor its autoStartup flag

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3007.
--------------------------------

    Resolution: Fixed

> Adding route from XML should honor its autoStartup flag
> -------------------------------------------------------
>
>                 Key: CAMEL-3007
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3007
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> If a route is adding after CamelContext has been started, then it's autoStartup flag should be honored. In case the flag is autoStartup=false, the route should not be auto started.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-3007) Adding route from XML should honor its autoStartup flag

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60980#action_60980 ] 

Claus Ibsen commented on CAMEL-3007:
------------------------------------

See nabble
http://camel.465427.n5.nabble.com/Auto-Start-up-issue-when-adding-RouteDefintions-tp2256671p2256671.html

> Adding route from XML should honor its autoStartup flag
> -------------------------------------------------------
>
>                 Key: CAMEL-3007
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3007
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> If a route is adding after CamelContext has been started, then it's autoStartup flag should be honored. In case the flag is autoStartup=false, the route should not be auto started.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-3007) Adding route from XML should honor its autoStartup flag

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60981#action_60981 ] 

Claus Ibsen commented on CAMEL-3007:
------------------------------------

Also routes loaded form XML stream may have to have it prepared before it can be added as a route. e.g. setting parent, onException etc. like we do for camel-spring.

> Adding route from XML should honor its autoStartup flag
> -------------------------------------------------------
>
>                 Key: CAMEL-3007
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3007
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> If a route is adding after CamelContext has been started, then it's autoStartup flag should be honored. In case the flag is autoStartup=false, the route should not be auto started.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.