[
https://issues.apache.org/jira/browse/CAY-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arseni Bulatski closed CAY-2588.
--------------------------------
Resolution: Fixed
> IdRowReader: ArrayIndexOutOfBoundsException
> -------------------------------------------
>
> Key: CAY-2588
> URL: https://issues.apache.org/jira/browse/CAY-2588
> Project: Cayenne
> Issue Type: Bug
> Components: Core Library
> Affects Versions: 4.2.M1
> Reporter: Arseni Bulatski
> Assignee: Arseni Bulatski
> Priority: Major
> Fix For: 4.2.M1
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When trying to execute such query asÂ
> {code:java}
> ObjectSelect.columnQuery(Artist.class,
> PropertyFactory.createSelf(Artist.class),
> PropertyFactory
> .createBase(ExpressionFactory
> .dbPathExp("paintingArray.toArtist.ARTIST_ID"),
> Integer.class))
> .pageSize(1)
> .select(context);
> {code}
> get ArrayIndexOutOfBoundsException.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)