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:
Code:// DataSource names are not needed here, but checked in base class setDataSource("dummy"); setNonManagedTXDataSource("dummy");


Reply With Quote