In a project I'm working on we are reading a file in which every item (a record) read represents a variable number of items to be written in a destination database. This apparently seems to break the pattern of JSR352 by inflating a single chunk more than expected.
Does anyone has ever experienced this kind of problem? If yes, how has it been solved?