WASdev / standards.jsr352.jbatch

Home of 'jbatch', a compatible implementation of the Jakarta Batch specification (and the former Reference Implementation for the JSR 352, Batch Applications for the Java Platform specification).
Other
21 stars 18 forks source link

For partitioned steps, allow-start-if-complete=true does not result in re-running the partitions #36

Closed scottkurz closed 8 years ago

scottkurz commented 9 years ago

As originally noted in: https://java.net/bugzilla/show_bug.cgi?id=6494

That bug has been reclassified as a spec bug to clarify in the spec wording and TCK.


I'm a bit concerned here because the partition-level DB info wasn't very well structured in 1.0. Even a small change like this makes me wonder if we should just consider using brand new tables in 1.1, in spite of the migration pain that would introduce.

Since that thought is in my mind I just wanted to mention it as soon as possible. We'll have to see.

scottkurz commented 8 years ago

Fixed in master and 1.0.x (see above)