JobRepository « Transaction « Spring Q&A





1. Transaction manager with In-Memory Derby JobRepository + MySQL DB for data    forum.springsource.org

Spring Batch can't guarantee the synchronization between business data and batch metadata in case of failure (e.g. the number of skipped items could be wrong). This could happen for corner cases, ...

2. Existing transaction detected in JobRepository    forum.springsource.org

Sep 19th, 2011, 08:05 AM #1 trionic View Profile View Forum Posts Private Message Junior Member Join Date Jul 2011 Location UK Posts 12 Existing transaction detected in JobRepository I am ...

3. Existing transaction detected in JobRepository.Please fix this and try again    forum.springsource.org

Existing transaction detected in JobRepository.Please fix this and try again Hi, I am doing a migration work from spring batch 1.1.2 to spring batch 2.1.8. We have an exisitng framework with ...

4. Lock acquired in jobRepository before processing chunk does not release    forum.springsource.org

Hi, I am lauching one child job inside tasklet step of another job, with validateTransactionState of jobRepository false. The problem i am facing is that the child job (inside tasklet step), ...