Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 351509 checked in

Bug 351509 - Null Pointer Exception when using Scrollable Cursor on a OneToMany Mapping
https://bugs.eclipse.org/bugs/show_bug.cgi?id=351509

- Fix to ScrollableCursor retrieveNextObject() to prevent a NPE when executing a query with joining
- Fix involves moving an existing block of code within the retrieveNextObject() method
- Added ScrollableCursorJoinedAttributeTest to QueryFrameworkTestSuite

Reviewed: Chris Delahunt

Tests: Core LRG & JPA LRG

Checked into trunk (2.4) at r10266


Back to the top