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 2009/09/07 18:18:12 UTC

[jira] Created: (CAMEL-1993) Spring DSL - errorHandlerRef should only be support on camel context or route

Spring DSL - errorHandlerRef should only be support on camel context or route
-----------------------------------------------------------------------------

                 Key: CAMEL-1993
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1993
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-spring
    Affects Versions: 2.0.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.1.0


It just makes it to confusing you can set it on a processor definition in the middle of a route.

Only these 2 xml tags should support it
- camelContext
- route

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


[jira] Commented: (CAMEL-1993) Spring DSL - errorHandlerRef should only be support on camel context or route

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

Claus Ibsen commented on CAMEL-1993:
------------------------------------

This should also be fixed in the Java DSL router, where we can move the {{errorHandler}} DSL from {{ProcessorDefinition}} to {{RouteDefinition}} that will force end users to configure error handling at the beginning of routes.

> Spring DSL - errorHandlerRef should only be support on camel context or route
> -----------------------------------------------------------------------------
>
>                 Key: CAMEL-1993
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1993
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-spring
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> It just makes it to confusing you can set it on a processor definition in the middle of a route.
> Only these 2 xml tags should support it
> - camelContext
> - route

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


[jira] Resolved: (CAMEL-1993) Spring DSL - errorHandlerRef should only be support on camel context or route

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

Claus Ibsen resolved CAMEL-1993.
--------------------------------

    Resolution: Fixed

trunk: 812883.

> Spring DSL - errorHandlerRef should only be support on camel context or route
> -----------------------------------------------------------------------------
>
>                 Key: CAMEL-1993
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1993
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-spring
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> It just makes it to confusing you can set it on a processor definition in the middle of a route.
> Only these 2 xml tags should support it
> - camelContext
> - route

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