-
Bug
-
Resolution: Done
-
Blocker
-
1.0.0.CR2
-
None
When using jdbcRepository, restarting a failed JOB is impossible.
The following error happened:
"Failed to restart job execution X, which had batch status STARTING."
Here the batch status is wrong. In database the batch status is correct (FAILED), but the JdbcRepository don't set the batch status field and let it to its default value : STARTING.
The solution is to set this field when getting back a jobExecution instance from the database.