On 8 Nov 2004, at 14:55, Jeremy Quinn wrote:

Caused by: org.quartz.impl.jdbcjobstore.InvalidConfigurationException: Invalid delegate class: org.quartz.impl.jdbcjobstore.PostreSQLDelegate
at org.quartz.impl.jdbcjobstore.JobStoreSupport.setDriverDelegateClass(Job StoreSupport.java:427)
at org.apache.cocoon.components.cron.QuartzJobScheduler.createJobStore(Qua rtzJobScheduler.java:756)
... 24 more



This seems to be caused by a re-thrown ClassNotFoundException in org.quartz.impl.jdbcjobstore.JobStoreSupport.setDriverDelegateClass


I had org.quartz.impl.jdbcjobstore.PostgreSQLDelegate mis-spelt (!!!!!!!)

Copied from the original "tables_postgres.sql" file, with the handy (but wrong) message :

# In your Quartz properties file, you'll need to set
# org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.PostreSQLDelegate


Now for some more testing !!

Thanks guys

regards Jeremy

--------------------------------------------------------

                  If email from this address is not signed
                                IT IS NOT FROM ME

                        Always check the label, folks !!!!!
--------------------------------------------------------



Reply via email to