-
Bug
-
Resolution: Done
-
Major
-
1.0.0.Final
-
None
The start and end times for the javax.batch.runtime.JobExecution should only be updated when the status is set to specific values. For start it's when the status is STARTED. For end it's when the status is COMPLETED, STOPPED or FAILED. All other states the values should be null.