I implemented the decision step with a JobExecutionDecider, which determine which step to go next according to the last waypoint reached (written in the job context). Instead of returning a job...
Type: Posts; User: bdupont; Keyword(s):
I implemented the decision step with a JobExecutionDecider, which determine which step to go next according to the last waypoint reached (written in the job context). Instead of returning a job...
If you want to use the data source of your application server, you can define a batch.properties file and leave empty values for the required properties, so you don't need to define database...
Imagine the following use case: my job is composed of three steps : A then B then C, and A is marked as allow-start-if-complete. This means that if B or C fails and the job is restarted, A will be...
I created BATCH-1981 for this issue
Hello, I've got the same problem when trying to stop running batches with the SimpleJobOperator through JMX, as in BATCH-954, in asynchronous mode like weibill, with a 2.1.9.RELEASE.
Have you got...