You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Edgar Poce (JIRA)" <ji...@apache.org> on 2005/10/01 20:24:48 UTC

[jira] Commented: (JCR-231) [jcr-rmi] xpath queries don't work when the underlying QueryResult doesn't return the rows/nodes size

    [ http://issues.apache.org/jira/browse/JCR-231?page=comments#action_12331031 ] 

Edgar Poce commented on JCR-231:
--------------------------------

probably all the classes in o.a.j.rmi.server that instantiate any javax.jcr.RangedIterator implementation from the package o.a.j.rmi.iterator should be reviewed. 

> [jcr-rmi] xpath queries don't work when the underlying QueryResult doesn't return the rows/nodes size
> -----------------------------------------------------------------------------------------------------
>
>          Key: JCR-231
>          URL: http://issues.apache.org/jira/browse/JCR-231
>      Project: Jackrabbit
>         Type: Bug
>     Reporter: Edgar Poce
>     Priority: Minor
>  Attachments: 05-10-01-jcr-rmi-QueryResult.patch
>
> o.a.j.rmi.server.ServerQueryResult assumes the underlying NodeIterator always return the number of elements, but it migth return -1 in some cases [1], AFAIK depending on the jcr impl. When -1 is returned jcr-rmi fails to return the QueryResult. 
> e.g. it fails with the following xpath query //*
> [1] http://www.day.com/maven/jsr170/javadocs/jcr-1.0/javax/jcr/RangeIterator.html#getSize()

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