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
The following commit(s) were added to refs/heads/camel-3.7.x by this push: new 3c458f6 Polish and cleanup documentation 3c458f6 is described below commit 3c458f696b7a1e40c8e07f834f8c23088517430d Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Aug 10 14:52:32 2021 +0200 Polish and cleanup documentation --- .../src/main/docs/modules/eips/pages/polling-consumer.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/polling-consumer.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/polling-consumer.adoc index c663293..bd425eb 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/polling-consumer.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/polling-consumer.adoc @@ -320,7 +320,7 @@ executed. For instance if Camel should poll a file network, and this network resource is not available then a *`java.io.IOException`* could occur. As this error happens *before* any xref:latest@manual:ROOT:exchange.adoc[Exchange] has been created and prepared for routing, then the regular -xref:latest@manual:ROOT:error-handling-in-camel.adoc[Error handling in Camel] does not +xref:latest@manual:ROOT:error-handler.adoc[Error handler] does not apply. So what does the consumer do then? Well the exception is propagated back to the *`run`* method where its handled. Camel will by default log the exception at *`WARN`* level and then ignore it. At next