I have a SkipListener defined for a reading a flat file. I am getting a FlatFileParseException for a bad record from the file. The onSkipInRead is NOT being called on the SkipListener as I expected? I am getting the onSkipInProcess method called when a record fails validation so I know that it is wired correctly.... I am wrong to think that this is the correct usage for the onSkipInRead method?


Thanks