Spring batch datareader returns extra null object on end of collection of read items?
Posted
by tll
on Stack Overflow
See other posts from Stack Overflow
or by tll
Published on 2010-05-31T12:27:59Z
Indexed on
2010/05/31
12:33 UTC
Read the original article
Hit count: 296
I'm using Spring batch - using datareaders to load up lists of items. For each of my readers, they all return an extra null object on the end of the list.
Has anybody seen this before? What am I doing wrong?
© Stack Overflow or respective owner