-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.2.M1
-
Fix Version/s: 4.2.M1
-
Component/s: Core Library
-
Labels:None
When trying to execute such query asÂ
ObjectSelect.columnQuery(Artist.class, PropertyFactory.createSelf(Artist.class), PropertyFactory .createBase(ExpressionFactory .dbPathExp("paintingArray.toArtist.ARTIST_ID"), Integer.class)) .pageSize(1) .select(context);
get ArrayIndexOutOfBoundsException.
- links to