hi, how to use quartz component in camel 2.6 with spring dsl. i need to shedule a job using it. i tried like this <route> <from uri="quartz://report?cron=0 0/1 * * * ?" />
<transform> <method bean="quartzBean" method="toHtml" /> </transform> <to uri="file://outsrc/orders /> </route> iam getting the error fail to resolve quartz component. can any one suggest me how to do this? -- View this message in context: http://camel.465427.n5.nabble.com/quartz-compoent-in-camel-2-6-tp5481467p5481467.html Sent from the Camel - Users mailing list archive at Nabble.com.