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

The BatchUtils doesn't purge data in all tables #44

Open scottkurz opened 8 years ago

scottkurz commented 8 years ago

When using BatchSPIManager.getInstance().getBatchJobUtil().purgeOwnedRepositoryData(tagName);

Then "CheckPoint" table was never cleared, although this table is for batch internal use, but it will leave a lot of garbage data over the time.

So this table should also be cleared after calling the API.

(Opened by haotian@java.net..thanks)