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/10/27 08:29:00 UTC

[jira] Created: (CAMEL-3281) RouteBuilder - Let if fail if end user is configuring onException etc after routes

RouteBuilder - Let if fail if end user is configuring onException etc after routes
----------------------------------------------------------------------------------

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


All such cross cutting concerns must be defined before routes.

We should throw an exception if end user has configured them after routes, which is currently not supported in the DSL.

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


[jira] Resolved: (CAMEL-3281) RouteBuilder - Let if fail if end user is configuring onException etc after routes

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

Claus Ibsen resolved CAMEL-3281.
--------------------------------

    Resolution: Fixed

trunk: 1027919.

> RouteBuilder - Let if fail if end user is configuring onException etc after routes
> ----------------------------------------------------------------------------------
>
>                 Key: CAMEL-3281
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3281
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.6.0
>
>
> All such cross cutting concerns must be defined before routes.
> We should throw an exception if end user has configured them after routes, which is currently not supported in the DSL.

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


[jira] Commented: (CAMEL-3281) RouteBuilder - Let if fail if end user is configuring onException etc after routes

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

Claus Ibsen commented on CAMEL-3281:
------------------------------------

The issue is that if you do it after the onException is not being used and end user may think it was used. Hence we should fail.

> RouteBuilder - Let if fail if end user is configuring onException etc after routes
> ----------------------------------------------------------------------------------
>
>                 Key: CAMEL-3281
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3281
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.6.0
>
>
> All such cross cutting concerns must be defined before routes.
> We should throw an exception if end user has configured them after routes, which is currently not supported in the DSL.

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