You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Arseni Bulatski (JIRA)" <ji...@apache.org> on 2019/06/26 13:30:00 UTC

[jira] [Closed] (CAY-2588) IdRowReader: ArrayIndexOutOfBoundsException

     [ 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)