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
The following commit(s) were added to refs/heads/master by this push: new 9cbe008 CAMEL-15306: Remove link to non existing example. 9cbe008 is described below commit 9cbe008fa32d8ad170edba54a5ba75ca37908c81 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Jul 19 10:52:18 2020 +0200 CAMEL-15306: Remove link to non existing example. --- components/camel-jpa/src/main/docs/jpa-component.adoc | 6 ------ docs/components/modules/ROOT/pages/jpa-component.adoc | 6 ------ 2 files changed, 12 deletions(-) diff --git a/components/camel-jpa/src/main/docs/jpa-component.adoc b/components/camel-jpa/src/main/docs/jpa-component.adoc index eee7d89..87ce7d2 100644 --- a/components/camel-jpa/src/main/docs/jpa-component.adoc +++ b/components/camel-jpa/src/main/docs/jpa-component.adoc @@ -369,11 +369,6 @@ from("direct:nativeQuery") If you use the native query option without specifying `resultClass`, you will receive an object array in the message body. -== Example - -See http://camel.apache.org/tracer-example.html[Tracer Example] for an example using -xref:jpa-component.adoc[JPA] to store traced messages into a database. - == Using the JPA-Based Idempotent Repository The Idempotent Consumer from the http://camel.apache.org/enterprise-integration-patterns.html[EIP patterns] is used to filter out duplicate messages. A JPA-based idempotent repository is provided. @@ -442,7 +437,6 @@ argument to the JVM: [source,java] ------------------------------------------------------------------------------------------- - -javaagent:<path_to_your_local_m2_cache>/org/apache/openjpa/openjpa/2.2.1/openjpa-2.2.1.jar ------------------------------------------------------------------------------------------- diff --git a/docs/components/modules/ROOT/pages/jpa-component.adoc b/docs/components/modules/ROOT/pages/jpa-component.adoc index 1e1ebfb..631ab3d 100644 --- a/docs/components/modules/ROOT/pages/jpa-component.adoc +++ b/docs/components/modules/ROOT/pages/jpa-component.adoc @@ -371,11 +371,6 @@ from("direct:nativeQuery") If you use the native query option without specifying `resultClass`, you will receive an object array in the message body. -== Example - -See http://camel.apache.org/tracer-example.html[Tracer Example] for an example using -xref:jpa-component.adoc[JPA] to store traced messages into a database. - == Using the JPA-Based Idempotent Repository The Idempotent Consumer from the http://camel.apache.org/enterprise-integration-patterns.html[EIP patterns] is used to filter out duplicate messages. A JPA-based idempotent repository is provided. @@ -444,7 +439,6 @@ argument to the JVM: [source,java] ------------------------------------------------------------------------------------------- - -javaagent:<path_to_your_local_m2_cache>/org/apache/openjpa/openjpa/2.2.1/openjpa-2.2.1.jar -------------------------------------------------------------------------------------------