Closed
Description
Gregory D. Hopkins opened BATCH-2074 and commented
Due to problems listed in the linked StackOverflow Q, I created an implementation of org.springframework.batch.core.JobParametersIncrementer
based on Spring JDBC's org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
.
It looks like org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer
is used several places in the Spring Batch project, but I could not find any that provided linkage to org.springframework.batch.core.JobParametersIncrementer
.
Hopefully, others will find this useful.
Reference URL: http://stackoverflow.com/questions/17975917/spring-batch-runidincrementer-not-generating-next-value
Attachments:
1 votes, 4 watchers