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

RasPelikan updated CAMEL-10685:
-------------------------------
    Description: 
The "transacted" configuration requires a Spring environment. We use JavaEE and 
we needed to use "transacted". We ported the Spring implementation of the 
TransactionErrorHandler to JavaEE.

There is only one major difference: Spring's TransactionErrorHandler derives 
org.apache.camel.processor.RedeliveryErrorHandler which brings the behavior 
that redelivery is done within the transaction. In our implementation there is 
a RedeliveryErrorHandler which uses the TransactionErrorHandler to force a 
rollback and create a new transaction for each redelivery.

  was:The "transacted" configuration requires a Spring environment. We use 
JavaEE and we needed to use "transacted". We ported the Spring implementation 
of the TransactionErrorHandler to JavaEE.


> TransactionErrorHandler for JavaEE environments
> -----------------------------------------------
>
>                 Key: CAMEL-10685
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10685
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-cdi
>    Affects Versions: 2.18.1
>            Reporter: RasPelikan
>             Fix For: Future
>
>
> The "transacted" configuration requires a Spring environment. We use JavaEE 
> and we needed to use "transacted". We ported the Spring implementation of the 
> TransactionErrorHandler to JavaEE.
> There is only one major difference: Spring's TransactionErrorHandler derives 
> org.apache.camel.processor.RedeliveryErrorHandler which brings the behavior 
> that redelivery is done within the transaction. In our implementation there 
> is a RedeliveryErrorHandler which uses the TransactionErrorHandler to force a 
> rollback and create a new transaction for each redelivery.



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

Reply via email to