Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.B1, 4.1.M1
-
Component/s: Core Library
-
Labels:None
Description
Queries like this always failing:
ObjectContext nested = runtime.newContext(parentContext); ObjectSelect.columnQuery(Artist.class, Artist.ARTIST_NAME).select(nested);
ObjectContextQueryAction tries to cast result to Persistent and that is obviously invalid in this case.