Thanks, I solve the problem. It was a conflict with another dependency :
<dependency> <groupId>org.apache.openejb</groupId> <artifactId>openejb-core-osgi</artifactId> <version>3.1.4</version> </dependency> KR, Arnaud Deprez -----Original Message----- From: Henryk Konsek [mailto:hekon...@gmail.com] Sent: mercredi 30 mai 2012 14:26 To: users@camel.apache.org Subject: Re: CronScheduledRoutePolicy in JUnit test > I still have the same issue with this dependency : > > <dependency> > <groupId>org.quartz-scheduler</groupId> > <artifactId>quartz</artifactId> > <version>1.8.4</version> > </dependency> 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 dependencies like to make such larks :) ) . Also make sure that some non-mavenized quartz jar is not somewhere in the server lib/ext. Executing... find my_project_directory -iname '*quartz*.jar' ...will help you to find such "orphaned" jars. -- Henryk Konsek http://henryk-konsek.blogspot.com Atos Worldline SA/NV - Chaussee de Haecht 1442 Haachtsesteenweg - 1130 Brussels - Belgium RPM-RPR Bruxelles-Brussel - TVA-BTW BE 0418.547.872 Bankrekening-Compte Bancaire-Bank Account 310-0269424-44 BIC BBRUBEBB - IBAN BE55 3100 2694 2444 "The information contained in this e-mail and any attachment thereto is confidential and may contain information which is protected by intellectual property rights. This information is intended for the exclusive use of the recipient(s) named above. This e-mail does not constitute any binding relationship or offer toward any of the addressees. If you are not one of the addressees , one of their employees or a proxy holder entitled to hand over this message to the addressee(s), any use of the information contained herein (e.g. reproduction, divulgation, communication or distribution,...) is prohibited. If you have received this message in error, please notify the sender and destroy it immediately after. The integrity and security of this message cannot be guaranteed and it may be subject to data corruption, interception and unauthorized amendment, for which we accept no liability."