Hi You need to add camel-quartz JAR to the classpath, and the quartz libraries itself. If you use maven that is easy as you just add a dependency to camel-quartz.
On Tue, Feb 14, 2012 at 5:38 AM, madhu <madhulatha.amilin...@wipro.com> wrote: > 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. -- Claus Ibsen ----------------- FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/