Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0
-
None
-
N/A
Description
The Expression.toEJBQL method in ASTScalar.java needs to be fixed so that the PK is used as the value instead of the ObjectId.
Currently, the method outputs things like "a.artist = <ObjectId:Artist, id=1234>", which is not valid EJBQL syntax.