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/01/05 20:24:15 UTC

[jira] Resolved: (CAMEL-2336) Spring DSL - Some route scoped concerns such as onException etc. can vanish in some edge cases

     [ https://issues.apache.org/activemq/browse/CAMEL-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2336.
--------------------------------

    Resolution: Fixed

trunk: 896185.

This bug was only when using <transacted/> that you could potentially loose route scoped <onException> or <onCompletion>. The Java DSL does not have this bug.

> Spring DSL - Some route scoped concerns such as onException etc. can vanish in some edge cases
> ----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-2336
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2336
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-spring
>    Affects Versions: 2.0.0, 2.1.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.2.0
>
>
> The JAXB creates the Spring DSL model in a bit wacky way so we need to work on it a bit before Camel can create the runtime routes.
> In some cases some of the cross functions such as onCompletion, onException could potentially vanish. 
> The problem is really that we should have divided the route into a upper / lower section where upper is the cross functions and the lower the actual route.

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