Hi Guillaume, I have finally been able to get my head around setting up of the clustering creating a quartz.properties file as described at http://www.opensymphony.com/quartz/wikidocs/ConfigJDBCJobStoreClustering.html rather than using the default that is supplied with quartz.jar file.
It is trying to set up the quartz cluster but getting an exception, which I am trying to sort it out. but at least there is HOPE now :) Caught: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jbi' defined in file [C:\servicemix-3.0-SNAPSHOT\patrol-sms\usage_replication.xml]: Initialization of bean failed; nested exception is javax.jbi.JBIException: Failed to add trigger: Trigger 'ServiceMix.Usage_Replication_Job': triggerClass: 'org.quartz.SimpleTrigger isVolatile: false calendar: 'null' misfireInstruction: 0 nextFireTime: Thu Jul 27 13:07:57 GMT 2006 with detail: JobDetail 'ServiceMix.Usage_Replication_Job': jobClass: 'org.apache.servicemix.components.quartz.ServiceMixJob isStateful: false isVolatile: false isDurable: false requestsRecovers: false. Reason: org.quartz.JobPersistenceException: Couldn't store job: org.apache.servicemix.components.quartz.QuartzComponent [See nested ex ception: java.io.NotSerializableException: org.apache.servicemix.components.quartz.QuartzComponent] Thanks for all the help. Cheers, Divya -- View this message in context: http://www.nabble.com/Quartz-Cluster-Support-tf2008543.html#a5520689 Sent from the ServiceMix - User forum at Nabble.com.
