You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2019/07/17 09:08:00 UTC

[jira] [Updated] (CAMEL-13735) error-handler documentation refers to a method that has been removed in camel 3

     [ https://issues.apache.org/jira/browse/CAMEL-13735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-13735:
--------------------------------
    Issue Type: Task  (was: Bug)

> error-handler documentation refers to a method that has been removed in camel 3
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-13735
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13735
>             Project: Camel
>          Issue Type: Task
>          Components: documentation
>            Reporter: Luca Burgazzoli
>            Priority: Minor
>             Fix For: 3.x
>
>
> The documentation about error handling here: https://camel.apache.org/staging/manual/latest/error-handler.html, shows an example like:
> {code:java} 
> RouteBuilder builder = new RouteBuilder() {
>     public void configure() {
>         // use logging error handler
>         errorHandler(loggingErrorHandler("com.mycompany.foo"));
>         // here is our regular route
>         from("seda:a").to("seda:b");
>     }
> };
> {code}
> But the loggingErrorHandler as been removed as deprecated (CAMEL-4763)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)