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

Claus Ibsen updated CAMEL-737:
------------------------------

    Fix Version/s: 1.5.0
                       (was: 1.4.0)

Moving to Camel 1.5

> When getContext().addInterceptorStrategy(new Tracer());  is added in a 
> RouteBuilder class, then the timer component does not work
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-737
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-737
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 1.4.0
>            Reporter: Charles Moulliard
>             Fix For: 1.5.0
>
>
> When 
> getContext().addInterceptorStrategy(new Tracer());
> is added in a RouteBuilder Class, then the timer component does not start.
> e.g. 
> public class RouteBuilder extends RouteBuilder {
>     getContext().addInterceptorStrategy(new Tracer());
>     public void configure() {
>         from("timer://export")
>         .to("bean:myBean");
>     }
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to