This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 0d11635 Document update (#4218) 0d11635 is described below commit 0d11635d37aee791ed926263aff78db67a22c9fb Author: Nitesh Koushik S <39699046+niteshkous...@users.noreply.github.com> AuthorDate: Mon Sep 14 14:42:09 2020 +0530 Document update (#4218) Changes made from "is" to "are" --- core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc index 52848b2..7449165 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/split-eip.adoc @@ -660,7 +660,7 @@ so the sub message will report the error on the shared unit of work. When the Sp it checks the state of the shared unit of work and checks if any errors occurred. And if an error occurred it will set the exception on the Exchange and mark it for rollback. The error handler will yet again kick in, as the Exchange has been marked as rollback and it had an exception as well. -No redelivery attempts is performed (as it was marked for rollback) and the Exchange will be moved into the dead letter queue. +No redelivery attempts are performed (as it was marked for rollback) and the Exchange will be moved into the dead letter queue. Using this from XML DSL is just as easy as you just have to set the `shareUnitOfWork` attribute to true: