RESOLVED - issue BATCH-195: JobIdentifier with simple string key
http://opensource.atlassian.com/projects/spring/browse/BATCH-195 Missing commit.
This commit is contained in:
@@ -207,7 +207,7 @@ public class HibernateJobDao extends HibernateDaoSupport implements JobDao {
|
||||
if (jobIdentifier instanceof ScheduledJobIdentifier) {
|
||||
ScheduledJobIdentifier jobRuntimeInformation = (ScheduledJobIdentifier) jobIdentifier;
|
||||
|
||||
Assert.notNull(jobRuntimeInformation.getJobStream(),
|
||||
Assert.notNull(jobRuntimeInformation.getJobKey(),
|
||||
"JobRuntimeInformation JobStream cannot be null.");
|
||||
Assert.notNull(jobRuntimeInformation.getScheduleDate(),
|
||||
"JobRuntimeInformation ScheduleDate cannot be null.");
|
||||
|
||||
Reference in New Issue
Block a user