You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2010/12/03 11:27:12 UTC

[jira] Created: (JCR-2829) Offset not working correctly in user/group query when restricting to group members

Offset not working correctly in user/group query when restricting to group members
----------------------------------------------------------------------------------

                 Key: JCR-2829
                 URL: https://issues.apache.org/jira/browse/JCR-2829
             Project: Jackrabbit Content Repository
          Issue Type: Bug
          Components: jackrabbit-core
            Reporter: Michael Dürig
             Fix For: 2.2.0, 2.3.0


For user/group queries having a scope *and* a  limit clause offsetting does not work correctly.

    builder.setScope("contributors", false);
    builder.setLimit(100, 50);

In the above case, the result is often not offset at 100 but instead at some place >100.


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


[jira] Assigned: (JCR-2829) Offset not working correctly in user/group query when restricting to group members

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

Michael Dürig reassigned JCR-2829:
----------------------------------

    Assignee: Michael Dürig

> Offset not working correctly in user/group query when restricting to group members
> ----------------------------------------------------------------------------------
>
>                 Key: JCR-2829
>                 URL: https://issues.apache.org/jira/browse/JCR-2829
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>             Fix For: 2.2.0, 2.3.0
>
>
> For user/group queries having a scope *and* a  limit clause offsetting does not work correctly.
>     builder.setScope("contributors", false);
>     builder.setLimit(100, 50);
> In the above case, the result is often not offset at 100 but instead at some place >100.

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


[jira] Resolved: (JCR-2829) Offset not working correctly in user/group query when restricting to group members

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

Michael Dürig resolved JCR-2829.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.3.0)
                   2.2.0

Fixed at revision 1041765

> Offset not working correctly in user/group query when restricting to group members
> ----------------------------------------------------------------------------------
>
>                 Key: JCR-2829
>                 URL: https://issues.apache.org/jira/browse/JCR-2829
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>             Fix For: 2.2.0
>
>
> For user/group queries having a scope *and* a  limit clause offsetting does not work correctly.
>     builder.setScope("contributors", false);
>     builder.setLimit(100, 50);
> In the above case, the result is often not offset at 100 but instead at some place >100.

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


[jira] Resolved: (JCR-2829) Offset not working correctly in user/group query when restricting to group members

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

Michael Dürig resolved JCR-2829.
--------------------------------

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

Fixed at revision 1041761

> Offset not working correctly in user/group query when restricting to group members
> ----------------------------------------------------------------------------------
>
>                 Key: JCR-2829
>                 URL: https://issues.apache.org/jira/browse/JCR-2829
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>             Fix For: 2.3.0
>
>
> For user/group queries having a scope *and* a  limit clause offsetting does not work correctly.
>     builder.setScope("contributors", false);
>     builder.setLimit(100, 50);
> In the above case, the result is often not offset at 100 but instead at some place >100.

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


[jira] Reopened: (JCR-2829) Offset not working correctly in user/group query when restricting to group members

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

Michael Dürig reopened JCR-2829:
--------------------------------


Reopening for 2.2 branch

> Offset not working correctly in user/group query when restricting to group members
> ----------------------------------------------------------------------------------
>
>                 Key: JCR-2829
>                 URL: https://issues.apache.org/jira/browse/JCR-2829
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>            Reporter: Michael Dürig
>            Assignee: Michael Dürig
>             Fix For: 2.3.0
>
>
> For user/group queries having a scope *and* a  limit clause offsetting does not work correctly.
>     builder.setScope("contributors", false);
>     builder.setLimit(100, 50);
> In the above case, the result is often not offset at 100 but instead at some place >100.

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