Hi all,
we are using spring batch 1.1.4 for our batch needs. In our spring batch application, we have around 4 files say
xyz_f1
xyz_F2
xyz_f3
xyz_f4
we are using MultiResourceItemReader to read multiple files. spring batch reads all 4 files fine in Windows environment. However when we tried to execute the same spring batch program in UNIX environment, it skips the file xyz_f4 and reads the file xyz_f1 twice. This looks weird to us.
Did anyone come across this? We are puzzled on how it reads the files twice in UNIX and not in Windows.
Appreciate your help
Thanks,
Sundar


Reply With Quote