mperham
Sep 8th, 2004, 01:17 PM
I'm getting a quartz error about being unable to shutdown datasource 'dummy' when Spring tries to shutdown the quartz SchedulerFactoryBean. I noticed that this only happens when I set the dataSource property via xml, not when I just set the dataSource via quartz.properties. I'm using quartz 1.4.2. Does anyone know what's going on here? This is a rather interesting code snippet from the Spring source:
// DataSource names are not needed here, but checked in base class
setDataSource("dummy");
setNonManagedTXDataSource("dummy");
// DataSource names are not needed here, but checked in base class
setDataSource("dummy");
setNonManagedTXDataSource("dummy");