Community
Participate
Working Groups
JPQL Query : SELECT f1, f2, (f1.intValue + f2.intValue) AS computedColumn FROM MyClass f1, MyClass f2 WHERE f1.joinColumn = f2.joinColumn ORDER BY computedColumn DESC This query throw a ClassCastException when trying to cast PlusNode of the SelectExpression to AliaseableNode. (Node return true on isAliasable but PlusNode doesn't implement the AliaseableNode interface) PlusNode should be aliaseable...? (it's the only way to reuse it in an ORDER BY expression)
Setting target and priority. See the following page for details of the meanings of these fields: http://wiki.eclipse.org/EclipseLink/Development/Bugs/Guidelines
This seems to work fine.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink