Hi,
Each time an Exception occured when writting a chunk, spring batch rollback it and stop the job. (right ?)
Is there an elegant way to contine the job even if a chunk has been rollbacked ?
I managed it by configuring my transactionAttribute like below but I am not satisfied with this : (it forces the commit)
Thanks for your help and response.Code:<property name="transactionAttribute" value="+java.lang.Exception" />
Laurent Bonnet


Reply With Quote