Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-13735

error-handler documentation refers to a method that has been removed in camel 3

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 3.0.0.RC1, 3.0.0
    • documentation
    • None
    • Unknown

    Description

      The documentation about error handling here: https://camel.apache.org/staging/manual/latest/error-handler.html, shows an example like:

       
      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");
          }
      };
      

      But the loggingErrorHandler as been removed as deprecated (CAMEL-4763)

      Attachments

        Activity

          People

            Unassigned Unassigned
            lb Luca Burgazzoli
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: