Repository « Job « Spring Q&A





1. Job Repository - CannotCreateTransactionException    forum.springsource.org

Job Repository - CannotCreateTransactionException Hello, I am trying to use Spring Batch with an HSQLDB repository. I am getting the following error when starting up my job: org.springframework.transaction.CannotCreateTransa ctionException: Could not ...

2. JobExecutionContext data in repository    forum.springsource.org

JobExecutionContext data in repository We are passing data between steps using the StepExectionContext, the ExecutionContextPromotionListener and the JobExecutionContext. This is all working fine. I am assuming data stored in the JobExecutionContext ...

3. Clearing job specific data in In-Memory Repository    forum.springsource.org

Hi, Is there a way how to only remove data (step executions, job executions etc.) related to jobs in certain statuses, typically COMPLETED, FAILED, which I'm no longer interested in? Or ...

4. File system based implementation for job repository    forum.springsource.org

5. job repository/ schema configuration for the sequences    forum.springsource.org

job repository/ schema configuration for the sequences Hi all, I am trying to create the job repository on DB2 database. I would like to create the job repositories tables in a ...

6. how to retrieve JobExecution from job repository    forum.springsource.org

how to retrieve JobExecution from job repository Hi, I am new to spring and spring batch. I am working on spring batch processing on grails framework. I use MapJobRepositoryFactoryBean to create ...

7. Job repository issue when exception in job listener.    forum.springsource.org

Job repository issue when exception in job listener. I am using spring batch 1.4 for my batch application to load data from File to DB using iBATIS. I am using oracle ...

8. Repository showing failed even after job completion    forum.springsource.org

9. Creating Job Repository Tables    forum.springsource.org

Creating Job Repository Tables So, looking through the docs it looks like the way to set up the Job Repository Tables is to use the provided *.sql scripts. Is there a ...





10. Best Practice For Job Repository - Shared Common Repository or Multiple Repositories?    forum.springsource.org

Best Practice For Job Repository - Shared Common Repository or Multiple Repositories? Hi All, I have a quick question to advise on how we should setup our job repositories in particular ...

11. Problems with job repository    forum.springsource.org

Hi all! I've configured a data based job repository and I've defined a simple job with one tasklet step. I execute it and all seems to run ok, but the job ...

12. configuration of job repository    forum.springsource.org

Jul 20th, 2010, 09:37 AM #1 aviad View Profile View Forum Posts Private Message Junior Member Join Date Jul 2010 Posts 12 configuration of job repository Hi, I am newby to ...

13. Problem with Job Repository    forum.springsource.org

Sep 20th, 2010, 02:33 PM #1 cornflakeGirl View Profile View Forum Posts Private Message Junior Member Join Date Oct 2006 Location Miami, FL Posts 15 Problem with Job Repository Hi All, ...

14. Getting failure exceptions from the job repository    forum.springsource.org

Getting failure exceptions from the job repository Hello, I have a small question regarding the way to get failure exceptions from the job repository. I have a job execution which failed ...