
| Key: |
BATCH-404
|
| Type: |
Task
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Dave Syer
|
| Reporter: |
Dave Syer
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Create FactoryBeans for common ItemOrientedStep use cases. Right now I have everything shoved into a single class (SimpleStepFactoryBean), but the plan is to spend some time tomorrow refactoring that into several special-purpose factories. That way we probably won't need so much logic in the ItemOrientedStep, and common configuration tasks will be easy.
|
|
Description
|
Create FactoryBeans for common ItemOrientedStep use cases. Right now I have everything shoved into a single class (SimpleStepFactoryBean), but the plan is to spend some time tomorrow refactoring that into several special-purpose factories. That way we probably won't need so much logic in the ItemOrientedStep, and common configuration tasks will be easy. |
Show » |
|
TODO: add feature for configuring skip limits and exception policies. Roughly speaking, user needs to be able to specify a list of exception classes with skip limits for input and output.