[
https://issues.apache.org/jira/browse/CAMEL-13735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-13735.
---------------------------------
Resolution: Fixed
Fix Version/s: (was: 3.x)
3.0.0.M5
3.0.0
> 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.0.0, 3.0.0.M5
>
>
> 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)