1. Spring - scheduling and pooling runnables of different state (each Runnable instance has different state) stackoverflow.comI can't figure out what to use for scheduling and pooling runnables of different state (each Runnable instance has different state). I could use ScheduledExecutorFactoryBean together with MethodInvokingRunnable to supply arguments. ... |
2. Spring Task Executor Scheduled too many instances of the task stackoverflow.comI have a simple Spring Scheduled Taks defined by the following:
|
3. Running multiple instances of same job concurrently using SimpleAsyncTaskExecutor forum.springsource.orgRunning multiple instances of same job concurrently using SimpleAsyncTaskExecutor My application is standalone application running as executable jar(not Web application), using spring batch, hibernate, SQLServer2005. My job writes a file by ... |
4. Conceptual question RE job instances forum.springsource.orgConceptual question RE job instances Hi all, I'm prototyping my first Spring Batch app, and everything's going pretty smoothly. However, I think I'm missing something conceptually. Is it true that the ... |
5. Scheduler Instance From SchedulerFactoryBean forum.springsource.orgI need to get a reference to the Scheduler Instance to configure runtime jobs. The API doc of SchedulerFactoryBean says "For dynamic registration of jobs at runtime, use a bean reference ... |
6. remove quartz job instance forum.springsource.orgremove quartz job instance Hi, I have scheduled Quartz job, which goes to remote server every 5 minutes, reads some data and returns it back. For a reasons related to that ... |
7. Multiple Quartz SchedulerFactoryBean instances forum.springsource.orgHi, I need to have two SchedulerFactoryBeans in my application because one should be responsible for DB persisted jobs and the other one for memory persisted jobs. I tried to just ... |
8. Running only one instance of a quartz Job at a time forum.springsource.orgHi, I want to activate the quartz scheduler in a spring container, but since the duaration of execution is not fixed (not even close) I need a constraint that will ensure ... |
9. Quartz: How to get instance of "jobClass" from JobDetailBean forum.springsource.orgQuartz: How to get instance of "jobClass" from JobDetailBean We are having spring xml for Quartz scheduler as below: Code: |
10. How to create new job instance forum.springsource.orgHow to create new job instance After successful completion of a Job I want to rerun that job multiple time. It seems like I need to create new job instance. 1) ... |
11. Spring instance of org.quartz.JobDataMap forum.springsource.orgSpring instance of org.quartz.JobDataMap Gday, I have the following in my spring config: Code: |
12. single instance of background job with tomcat? forum.springsource.orgsingle instance of background job with tomcat? This probably isn't a Spring Batch question I'm guessing but I don't know where else to ask. In our setup we have multiple Tomcats ... |
13. how to clear finished job instances forum.springsource.orgHi, i am running spring batch with quartz in the following manner: i have a quartz job that wakes up every 1 hour and runs a spring batch job with certain ... |
14. getting job instances forum.springsource.orgEven if their many job instances with different names in the DB jobOperator.getJobNames() gives the job configured in the context xml only how do i get detailsof all the jobs |
15. Job instance id in Writer forum.springsource.org |
16. Input file recursion within a job instance forum.springsource.orgInput file recursion within a job instance Hi Folks, I am new to Spring Batch. I have a requirement to map and load files to a DB. My only question is ... |
17. Knowing job instance id during job execution forum.springsource.orgOn our project we have a db table that tracks all items that are being processed. We decided to link each item to the job instance that process it. Is it ... |