test « Job « Spring Q&A





1. Default value for #{jobParameters['TEST']}    forum.springsource.org

Hello, is it possible to define a default value for late binding attributes like #{jobParameters['TEST']}? I think its a normal practice that a job has some optional parameters which are not ...

2. Task Scheduling: rescheduling tasks for tests    forum.springsource.org

Hi all i have scheduled a sprign task using following notation Code: we are runnig fit tests which loads all ...

3. Quartz unit testing quandary    forum.springsource.org

Quartz unit testing quandary I am using Spring 1.1.3 and Quartz 1.4.5. I've gotten into quite a pickle. I run automated integration tests that, upon setup, create an empty database from ...

4. Way to test quartz clustering?    forum.springsource.org

I have a Quartz process that runs in a clustered environment, and have my spring config, and database set up according to spring and quartz documentation for executing triggers within a ...

5. Good strategy for testing Quartz Jobs    forum.springsource.org

Good strategy for testing Quartz Jobs Hi, I am hoping that someone has some information on what is the best strategy for testing quartz jobs. Basically I would like to test ...

6. Unable to set up quartz scheduler in my unit tests    forum.springsource.org

Apr 14th, 2009, 09:34 PM #1 krishnan.1000 View Profile View Forum Posts Private Message Member Join Date Mar 2006 Posts 95 Unable to set up quartz scheduler in my unit tests ...

7. How can i check if i ran the job using the functional test?    forum.springsource.org

In our spring batch project, we have our functional tests in the src/main/test package My problem is, there is a bit of code in one of our classes that is only ...