You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by madhu <ma...@wipro.com> on 2012/02/14 05:38:16 UTC

quartz compoent in camel 2.6

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.

Re: quartz compoent in camel 2.6

Posted by madhu <ma...@wipro.com>.
thank you .I missed the dependency

--
View this message in context: http://camel.465427.n5.nabble.com/quartz-compoent-in-camel-2-6-tp5481467p5603615.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: quartz compoent in camel 2.6

Posted by Claus Ibsen <cl...@gmail.com>.
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 <ma...@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: cibsen@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/