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/12/03 15:09:54 UTC

[jira] Resolved: (CAMEL-2252) TransactionErrorHandler - Simplify internal logic

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

Claus Ibsen resolved CAMEL-2252.
--------------------------------

    Resolution: Fixed

trunk: 886781.

> TransactionErrorHandler - Simplify internal logic
> -------------------------------------------------
>
>                 Key: CAMEL-2252
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2252
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-spring
>    Affects Versions: 2.1.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.2.0
>
>
> The {{TransactionErrorHandler}} can be simplified since its now based on the default error handlers from camel-core.
> It does not have to wrap every single process in a Spring TX but can rely on the outer most transaction to handle that and let the inner ones be non wrapped (= default).
> And we should DEBUG/TRACE log that the starting and endpoint point of the TX with an end status of commit / rollback

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