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] [Commented] (CAY-2588) IdRowReader: ArrayIndexOutOfBoundsException

    [ https://issues.apache.org/jira/browse/CAY-2588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16873333#comment-16873333 ] 

Arseni Bulatski commented on CAY-2588:
--------------------------------------

Fix: https://github.com/apache/cayenne/commit/4422aa56a64bbb7a0f4e88d339186b6187a88e89

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