Claus Ibsen created CAMEL-9327:
----------------------------------

             Summary: TransactedErrorHandler - Should log commit/rollback only 
once
                 Key: CAMEL-9327
                 URL: https://issues.apache.org/jira/browse/CAMEL-9327
             Project: Camel
          Issue Type: Improvement
          Components: camel-spring
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.17.0


You may ned up with

tx begin 123
tx commit 123
tx rollback 123
tx commit 123

As the rollback overrule the commit the tx is really rolled back. 

We should defer to commit/rollback logging till the end of the tx boundary so 
we only get the logging once.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to