Issue Details (XML | Word | Printable)

Key: BATCH-218
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dave Syer
Reporter: Ben Hale
Votes: 0
Watchers: 0
Operations

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

Modify StepConfiguration and JobConfiguration to prefer name property to BeanNameAware

Created: 27/Nov/07 05:24 AM   Updated: 07/Aug/08 10:06 AM
Component/s: Core
Affects Version/s: 1.0-m2
Fix Version/s: 1.0-m3
Security Level: Public (Public Issues)

Time Tracking:
Original Estimate: 0.25d
Original Estimate - 0.25d
Remaining Estimate: 0d
Time Spent - 0.13d
Time Spent: 0.13d
Time Spent - 0.13d Time Not Required


 Description  « Hide
The StepConfiguration and JobConfiguration classes are BeanNameAware to get their names. They should have a required property to set this name.

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Dave Syer added a comment - 30/Nov/07 03:10 AM
In the end we kept BeanNameAware so that you don't have to specify the name twice - recommended practice is to not use the name property, but if it is used, it will override the bean name.

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