Skip to main content

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

Bug 340280 - NullPointerException in CriteriaQueryImpl when using multiselect
https://bugs.eclipse.org/bugs/show_bug.cgi?id=340280

- Fix to org/eclipse/persistence/internal/jpa/querydef/CriteriaQueryImpl to add a null check
- NullPointerException would previously occur when a Tuple query (using multiselect()) has a where clause containing a conjunction, as the 'currentNode' of the where clause would be null for the query
- Added testTupleQuery to JUnitCriteriaSimpleTestSuite

Reviewed: Gordon Yorke
Testing: LRG & JPA LRG (100%)

Checked into trunk (2.4) at r9900
2.3.1 checkin pending

--
Oracle
David Minsky | Senior Member of Technical Staff
Phone: +1 613 2884605
Oracle Oracle Server Technologies Sustaining Engineering
ORACLE Canada | 45 O'Connor Street, Ottawa, Ontario | K1P 1A4

Green
          Oracle Oracle is committed to developing practices and products that help protect the environment

Back to the top