You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OrderBy in a query throws an exception. EclipseLink appears to have a bug. The getOrderList implementation of CriteriaQuery returns null when uninitialised rather than the specifications empty array.
The getOrderList is used as constructor initialisation of new ArrayList. If we add a check for null before using can prevent this exception.
The text was updated successfully, but these errors were encountered:
OrderBy in a query throws an exception. EclipseLink appears to have a bug. The getOrderList implementation of CriteriaQuery returns null when uninitialised rather than the specifications empty array.
The getOrderList is used as constructor initialisation of new ArrayList. If we add a check for null before using can prevent this exception.
The text was updated successfully, but these errors were encountered: