Luca Burgazzoli created CAMEL-13735:
---------------------------------------

             Summary: 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: Bug
          Components: documentation
            Reporter: Luca Burgazzoli
             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.3#76005)

Reply via email to