
|
If you were logged in you would be able to see more operations.
|
|
|
|
The StaxEventItemWriter continually writes, so that it has to reopen the file again on rollback. It would be better (considering changes done to the ItemWriter interface) to buffer the output. In the event of a rollback, the contents of the buffer could be thrown away. A flush would actually write.
|
|
Description
|
The StaxEventItemWriter continually writes, so that it has to reopen the file again on rollback. It would be better (considering changes done to the ItemWriter interface) to buffer the output. In the event of a rollback, the contents of the buffer could be thrown away. A flush would actually write. |
Show » |
|