Thanks a lot for the response! The scheduler is partially working now -- 1. Camel keep running all the time, scheduler NOT forced to shut down because of Camel routes stopped. 2. Scheduler started and did add the job using the trigger -- see below logging output
But the job never get invoked, looks like the DefaultQuartzScheduler keep trying to kick off the job for every second (the cron job suppose to run every 2 minutes), but the job never run (Camel version: 2.5.0, OS: RedHat Enterprise 5.5, JDK 1.6): -- View this message in context: http://camel.465427.n5.nabble.com/Cron-job-removed-from-quartz-scheduler-by-DefaultCamelContext-tp5474330p5484828.html Sent from the Camel - Users mailing list archive at Nabble.com.