RE: CronScheduledRoutePolicy in JUnit test

2012-05-30 Thread DEPREZ Arnaud AWL-IT
Subject: Re: CronScheduledRoutePolicy in JUnit test > I still have the same issue with this dependency : > > >org.quartz-scheduler > quartz > 1.8.4 > Try... mvn dependency:tree ...in the top Maven module of your project and search for the 'quartz

Re: CronScheduledRoutePolicy in JUnit test

2012-05-30 Thread Henryk Konsek
> I still have the same issue with this dependency : > > >        org.quartz-scheduler >      quartz >      1.8.4 > Try... mvn dependency:tree ...in the top Maven module of your project and search for the 'quartz'. Probably quartz is resolved by another dependency (Maven transitive dependencie

RE: CronScheduledRoutePolicy in JUnit test

2012-05-30 Thread DEPREZ Arnaud AWL-IT
: CronScheduledRoutePolicy in JUnit test Camel 2.6.0 use Quartz 1.8.4. Try this version. You do not have to define this dependency by the way... https://svn.apache.org/repos/asf/camel/tags/camel-2.6.0/parent/pom.xml Best, Christian Sent from a mobile device Am 30.05.2012 12:27 schrieb "DEPREZ Arnaud A

Re: CronScheduledRoutePolicy in JUnit test

2012-05-30 Thread Christian Müller
Camel 2.6.0 use Quartz 1.8.4. Try this version. You do not have to define this dependency by the way... https://svn.apache.org/repos/asf/camel/tags/camel-2.6.0/parent/pom.xml Best, Christian Sent from a mobile device Am 30.05.2012 12:27 schrieb "DEPREZ Arnaud AWL-IT" : > Hi all, > > ** **

CronScheduledRoutePolicy in JUnit test

2012-05-30 Thread DEPREZ Arnaud AWL-IT
Hi all, I would like to test my CronScheduledRoutePolicy in my JUnit test using org.apache.camel.test.junit4.CamelSpringTestSupport. When I try to run my test, I get the following exception : java.lang.NoSuchMethodError: org.quartz.Scheduler.isStarted()Z at org.apache.camel.com