Got this working in the end. Put my service reference in the JobDataMap and accessed it like this from within the job.
public void execute(JobExecutionContext pContext) throws JobExecutionException { IDataSource aDataSource = (IDataSource) pContext.getJobDetail().getJobDataMap().get("datasource"); aDataSource.updateFromEmail(); } Daniel -- View this message in context: http://www.nabble.com/T5---Chenillekit-Quartz---Services-tp22787045p22796363.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org