Issue Details (XML | Word | Printable)

Key: BATCH-788
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Robert Kasanicky
Reporter: Dave Syer
Votes: 0
Watchers: 0
Operations

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

Remove flush/clear from ItemWriter

Created: 18/Aug/08 09:58 AM   Updated: 29/Sep/08 09:10 AM
Component/s: Infrastructure
Affects Version/s: 1.0-m3
Fix Version/s: 2.0.0.M2
Security Level: Public (Public Issues)

Time Tracking:
Original Estimate: 1d
Original Estimate - 1d
Remaining Estimate: 0d
Time Spent - 0.5d
Time Spent: 0.5d
Time Spent - 0.5d Time Not Required


 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Dave Syer added a comment - 20/Aug/08 05:33 AM
Finished (samples still not tested)

Lucas Ward added a comment - 18/Sep/08 11:46 PM
Reassigned for review.

Robert Kasanicky added a comment - 22/Sep/08 02:38 AM
I'm wondering about the need of transactional Resource implementation for file ItemWriters. While FFIW can probably live without it (see BATCH-843), StaxEventIW would need to treat item-to-xml mapping errors as always fatal, which I guess is not desired and also difficult to enforce.