I miss the "routeStopTime" configuration [1]. Otherwise the route is still running. Do I miss something?
[1] http://camel.apache.org/cronscheduledroutepolicy.html Best, Christian On Wed, Apr 3, 2013 at 8:51 AM, Richa <rsinha2...@gmail.com> wrote: > My route looks like this: > > CronScheduledRoutePolicy cronScheduledRoutePolicy=new > CronScheduledRoutePolicy(); > cronScheduledRoutePolicy.setRouteStartTime("0 0/3 * * * ?"); > > from("some sftp location") > .noAutoStartup() > .routePolicy(cronScheduledRoutePolicy) > .to("cxf location") > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CronSchedulePolicy-with-cxf-endpoint-tp5730206p5730254.html > Sent from the Camel - Users mailing list archive at Nabble.com. >