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

Return JobExecution by copying DB value rather than providing a link/ref to the current value #41

Open scottkurz opened 8 years ago

scottkurz commented 8 years ago

Perhaps we should switch to copying a JobExecution by value (i.e. caching the DB data within a JobExecution instance) rather than providing a more current view.

See Spec Bug 4834.

As the RI, I think we want to discourage this practice since we've agreed it's not portable.