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.4.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