Community
Participate
Working Groups
An array index exception can occur when using batch fetching with IN. The issue occurs when the batch size is greater than the batch fetch size, so must be split up into multiple batches, if the remaining batch is empty, we try to get a subList of the batch but the start is greater than the end, need to check for this.
See, https://bugs.eclipse.org/bugs/show_bug.cgi?id=341153 for diff
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink