Results 1 to 3 of 3

Thread: dummy datasource in quartz

  1. #1
    Join Date
    Aug 2004
    Posts
    27

    Default dummy datasource in quartz

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

  2. #2
    Join Date
    Sep 2004
    Location
    Portland, OR
    Posts
    54

    Default

    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/sho...724&highlight=
    Last edited by Rod Johnson; Jan 18th, 2006 at 10:51 AM.

  3. #3
    Join Date
    Sep 2004
    Posts
    23

    Default

    Quote Originally Posted by dhalbrook
    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/sho...118&highlight=
    The whole quartz integration seems a little immature to me too, see also http://forum.springframework.org/showthread.php?t=10223
    Last edited by Rod Johnson; Jan 18th, 2006 at 10:53 AM.

Similar Threads

  1. Replies: 4
    Last Post: Nov 24th, 2005, 02:38 AM
  2. JBoss DataSource not found
    By moacsjr in forum Data
    Replies: 10
    Last Post: Aug 25th, 2005, 01:26 PM
  3. Odd behaviour when injecting TransactionTemplate
    By damon311 in forum Container
    Replies: 3
    Last Post: Jul 23rd, 2005, 11:21 AM
  4. Replies: 1
    Last Post: Feb 12th, 2005, 07:30 AM
  5. Ignoring missing Jndi DataSource within IDE?
    By Bill Pearce in forum Container
    Replies: 2
    Last Post: Oct 27th, 2004, 09:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •