PDA

View Full Version : dummy datasource in quartz



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");

dhalbrook
Sep 13th, 2004, 12:10 PM
For what its worth, I've been getting the same error. Hoping it's fixed in the next release...

The full stack trace is available in this thread:

http://forum.springframework.org/showthread.php?t=9724&highlight=

immanuel
Sep 14th, 2004, 03:06 AM
For what its worth, I've been getting the same error. Hoping it's fixed in the next release...

The full stack trace is available in this thread:

http://forum.springframework.org/showthread.php?t=10118&highlight=

The whole quartz integration seems a little immature to me too, see also http://forum.springframework.org/showthread.php?t=10223