This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.7.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 92430ad38073dd12dbab5c75d6b3ea78d737d78a Author: Claus Ibsen <[email protected]> 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 3bfff96..c9a828d 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 65c6a9c..5ee4546 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.
