Issue Details (XML | Word | Printable)

Key: BATCH-533
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Robert Kasanicky
Reporter: Gregory Kick
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Batch

prefix in the JobRepositoryFactoryBean does not apply to the sequences

Created: 31/Mar/08 06:25 AM   Updated: 07/Aug/08 10:07 AM
Component/s: Core
Affects Version/s: 1.0.0
Fix Version/s: 1.0.1

Time Tracking:
Not Specified


 Description  « Hide
...
dao.setJobIncrementer(incrementerFactory.getIncrementer(databaseType, "BATCH_JOB_SEQ"));
...
dao.setJobExecutionIncrementer(incrementerFactory.getIncrementer(databaseType, "BATCH_JOB_EXECUTION_SEQ"));
...
dao.setStepExecutionIncrementer(incrementerFactory.getIncrementer(databaseType, "BATCH_STEP_EXECUTION_SEQ"));
....
As you can see, the prefix is not applied to any of the sequences.

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Robert Kasanicky added a comment - 31/Mar/08 07:54 AM
added the prefix to incrementer names and used custom prefix in tests

Gregory Kick added a comment - 31/Mar/08 12:53 PM
That was some very impressive turnaround. Thanks Robert.

Dave Syer added a comment - 07/Aug/08 10:07 AM
Assume closed as resolved and released