This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.11.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.11.x by this push: new 285bf43 Polish and cleanup documentation 285bf43 is described below commit 285bf43831cb9c152f583675db0b1a93a823d4e9 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Aug 19 15:24:12 2021 +0200 Polish and cleanup documentation --- .../src/main/docs/modules/eips/pages/rollback-eip.adoc | 3 +-- .../src/main/docs/modules/eips/pages/transactional-client.adoc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/rollback-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/rollback-eip.adoc index 4eb660f..92bb45a 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/rollback-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/rollback-eip.adoc @@ -118,8 +118,7 @@ from("activemq:queue:foo").policy(notsupported).to("activemq:queue:bar"); === OSGi Blueprint -If you are using xref:latest@manual:ROOT:using-osgi-blueprint-with-camel.adoc[OSGi -Blueprint] then you most likely have to explicit declare a policy and +If you are using OSGi Blueprint then you most likely have to explicit declare a policy and refer to the policy from the transacted in the route. [source,xml] diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/transactional-client.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/transactional-client.adoc index f36bd43..c96ede9 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/transactional-client.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/transactional-client.adoc @@ -109,8 +109,7 @@ from("activemq:queue:foo").policy(notsupported) [[TransactionalClient-OSGiBlueprint]] == OSGi Blueprint -If you are using -xref:latest@manual:ROOT:using-osgi-blueprint-with-camel.adoc[OSGi Blueprint] +If you are using OSGi Blueprint then you most likely have to explicit declare a policy and refer to the policy from the transacted in the route.