Re: Using Camel with Quartz Schedular

2011-06-22 Thread diwakar.sapan
Thanks Boday. I am new to camel so can I ask how to use spring 3.0.4 RELEASE with camel. Do I need to make some .xml file or so? At present I am just using one .java file for this and added camel-core and camel-quartz in pom.xml Sorry for foolish question. - -- Sapan -- View this message in

Re: Using Camel with Quartz Schedular

2011-06-21 Thread diwakar.sapan
Hi, Sorry, But I am still not able to run that simple program. I don't see any examples or tutorial on this topic so I am posting it here. I have added context.disableJMX(); after CamelContext context = new DefaultCamelContext(); But still it gives error- Exception in thread "main" java.la

Re: Using Camel with Quartz Schedular

2011-06-21 Thread diwakar.sapan
Thanks. I really appreciate your help. After going through that stuffs that you pointed out I came up with the following code- public static void main(String args[]) throws Exception { CamelContext context = new DefaultCamelContext(); context.addRoutes(new R

Re: Using Camel with Quartz Schedular

2011-06-20 Thread diwakar.sapan
Hi, thanks for your reply. But sill I am not able to find any relation between quartz scheduler and Apache camel. Any other help. - -- Sapan -- View this message in context: http://camel.465427.n5.nabble.com/Using-Camel-with-Quartz-Schedular-tp4506527p4506728.html Sent from the Camel - User

Using Camel with Quartz Schedular

2011-06-20 Thread diwakar.sapan
Hi All, I am using camel and quartz scheduler first time and don't know about how to use them together. After browsing I just found 1 page about them but that page didn't help me. Maybe you could give me brief about how to use them together or link to some example-code, tutorial etc. Thanks Sapan