You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Alex Parvulescu (JIRA)" <ji...@apache.org> on 2014/05/26 14:07:02 UTC

[jira] [Resolved] (OAK-1829) IllegalStateException while trying retrieve rows information from QueryResult

     [ https://issues.apache.org/jira/browse/OAK-1829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Parvulescu resolved OAK-1829.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.1)

merged to branch 1.0 with rev http://svn.apache.org/r1597571

> IllegalStateException while trying retrieve rows information from QueryResult 
> ------------------------------------------------------------------------------
>
>                 Key: OAK-1829
>                 URL: https://issues.apache.org/jira/browse/OAK-1829
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: query
>    Affects Versions: 0.20
>            Reporter: Vijay Kumar j
>            Assignee: Alex Parvulescu
>             Fix For: 1.0.1
>
>
> if query contain lowerCase on array property then QueryResult.getRows() throwing  IllegalStateException.
> Query which causing issue
>  select [selector_1].* from [nt:unstructured] AS [selector_1] where (([selector_1].[lcc:className] = 'com.adobe.icc.dbforms.obj.ConditionalDataModule')) AND (LOWER([selector_1].[dataDictionaryRefs]) = 'employeedd')
> If we remove LOWER function then it is working 
>  select [selector_1].* from [nt:unstructured] AS [selector_1] where (([selector_1].[lcc:className] = 'com.adobe.icc.dbforms.obj.ConditionalDataModule')) AND ([selector_1].[dataDictionaryRefs] = 'EmployeeDD')



--
This message was sent by Atlassian JIRA
(v6.2#6252)