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/08/06 03:37:12 UTC

[jira] Created: (CAMEL-3024) Adding routes straight from XML should have Camel prepare the RouteDefintion as its done like in camel-spring

Adding routes straight from XML should have Camel prepare the RouteDefintion as its done like in camel-spring
-------------------------------------------------------------------------------------------------------------

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


camel-spring does some preparation on the XML routes before they are added to CamelContext.

When end users loads the XML routes themself using JAXB and add it straight to CamelContext, we should let camel-core prepare the routes as well.

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


[jira] Resolved: (CAMEL-3024) Adding routes straight from XML should have Camel prepare the RouteDefintion as its done like in camel-spring

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

Claus Ibsen resolved CAMEL-3024.
--------------------------------

    Resolution: Fixed

Fixed as far as we can go in Camel 2.x.

We need to rework the internals a bit to allow _global_ cross cutting concerns to work with anyhow routes is added after CamelContext has been started.
Will details this at the Camel 3.0 roadmap

> Adding routes straight from XML should have Camel prepare the RouteDefintion as its done like in camel-spring
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3024
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3024
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.5.0
>
>
> camel-spring does some preparation on the XML routes before they are added to CamelContext.
> When end users loads the XML routes themself using JAXB and add it straight to CamelContext, we should let camel-core prepare the routes as well.

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


[jira] Commented: (CAMEL-3024) Adding routes straight from XML should have Camel prepare the RouteDefintion as its done like in camel-spring

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

Claus Ibsen commented on CAMEL-3024:
------------------------------------

trunk: 982303.

Now JAXB loaded routes is prepared.

> Adding routes straight from XML should have Camel prepare the RouteDefintion as its done like in camel-spring
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3024
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3024
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.5.0
>
>
> camel-spring does some preparation on the XML routes before they are added to CamelContext.
> When end users loads the XML routes themself using JAXB and add it straight to CamelContext, we should let camel-core prepare the routes as well.

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