You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2007/01/18 10:46:29 UTC

[jira] Created: (JCR-709) ArrayStoreException is thrown when jcr:deref() is used within predicate

ArrayStoreException is thrown when jcr:deref() is used within predicate
-----------------------------------------------------------------------

                 Key: JCR-709
                 URL: https://issues.apache.org/jira/browse/JCR-709
             Project: Jackrabbit
          Issue Type: Bug
          Components: query
            Reporter: Marcel Reutegger
            Priority: Minor


Happens when the following query is executed:

//element(*, nt:linkedFile)[jcr:deref(@jcr:content, '*')/jcr:contains(., 'search string')]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (JCR-709) ArrayStoreException is thrown when jcr:deref() is used within predicate

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger resolved JCR-709.
----------------------------------

    Resolution: Won't Fix

Resolving won't fix because as of 2.0.0 jcr:deref() is supported in a predicate.

Please re-open and submit a patch if you like to see this fixed in a pre-2.0.0 release.

> ArrayStoreException is thrown when jcr:deref() is used within predicate
> -----------------------------------------------------------------------
>
>                 Key: JCR-709
>                 URL: https://issues.apache.org/jira/browse/JCR-709
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core, query
>            Reporter: Marcel Reutegger
>            Priority: Minor
>
> Happens when the following query is executed:
> //element(*, nt:linkedFile)[jcr:deref(@jcr:content, '*')/jcr:contains(., 'search string')]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.