... it's my mistake - I used the wrong jobRepository ... MapJobRepositoryFactoryBean instead of JobRepositoryFactoryBean.
Type: Posts; User: Geooorg; Keyword(s):
... it's my mistake - I used the wrong jobRepository ... MapJobRepositoryFactoryBean instead of JobRepositoryFactoryBean.
I am running some test jobs using JUnit.
However, no matter if I take HSQL (standalone, file, memory) or MySQL, I just don't get any records into the table batch_job_execution - although I am using...
Hello,
we're planning a project using Spring Batch. Core of this project is a batch server being capable of handling a medium number of concurrent jobs (~20). Furthermore there should be a...