I am getting the following error in my application. Apparently its becuase QuartzOraclePool went out of resources. I am using JobStoreCMT , with 'quartzDataSource' and 'quartzNonManagedDataSoruce' my question is why org.quartz.impl.jdbcjobstore.JobStoreCMT.getNonManagedTXConnection() is using 'quartzDataSoruce' instead of 'quartzNonManagedDataSoruce' No resources currently available in pool "quartzDataSource" to allocate to applications, please increase the size of the pool and retry.. org.quartz.JobPersistenceException: Failed to obtain ...