This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit a0f58e533b37615e73b82793b6cf36c810788e89 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon May 25 13:38:02 2020 +0200 CAMEL-15108: Added a little bit of docs and reference for more --- components/camel-jta/src/main/docs/jta.adoc | 4 ++++ docs/components/modules/others/nav.adoc | 2 +- docs/components/modules/others/pages/jta.adoc | 8 ++++++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/components/camel-jta/src/main/docs/jta.adoc b/components/camel-jta/src/main/docs/jta.adoc index 89b2ded..7f3b683 100644 --- a/components/camel-jta/src/main/docs/jta.adoc +++ b/components/camel-jta/src/main/docs/jta.adoc @@ -7,3 +7,7 @@ :supportLevel: Preview *Since Camel {since}* + +The `camel-jta` component is used for integrating Camel's transaction support with JTA. + +See more details in the xref:{eip-vc}:eips:transactional-client.adoc[Transactional Client] documentation. diff --git a/docs/components/modules/others/nav.adoc b/docs/components/modules/others/nav.adoc index e645b14..9f1e7cd 100644 --- a/docs/components/modules/others/nav.adoc +++ b/docs/components/modules/others/nav.adoc @@ -9,7 +9,7 @@ ** xref:headersmap.adoc[Headersmap] ** xref:hystrix.adoc[Hystrix] ** xref:jasypt.adoc[Jasypt] -** xref:jta.adoc[Jta] +** xref:jta.adoc[JTA] ** xref:leveldb.adoc[LevelDB] ** xref:lra.adoc[LRA] ** xref:microprofile-config.adoc[Microprofile Config] diff --git a/docs/components/modules/others/pages/jta.adoc b/docs/components/modules/others/pages/jta.adoc index fbd8860..4e21ac9 100644 --- a/docs/components/modules/others/pages/jta.adoc +++ b/docs/components/modules/others/pages/jta.adoc @@ -1,11 +1,15 @@ [[jta-component]] -= Jta Component += JTA Component //THIS FILE IS COPIED: EDIT THE SOURCE FILE: :page-source: components/camel-jta/src/main/docs/jta.adoc -:docTitle: Jta +:docTitle: JTA :artifactId: camel-jta :description: Using Camel With JTA Transaction Manager :since: 3.4 :supportLevel: Preview *Since Camel {since}* + +The `camel-jta` component is used for integrating Camel's transaction support with JTA. + +See more details in the xref: [Transaction Client EIP] documentation.