Thanks Florian.

You are right. The same code works fine in SharePoint. Do you know what is
the best way to report an Alfresco CMIS Issue?

Thanks,
Joshy


On Wed, Aug 13, 2014 at 7:12 PM, Florian Müller <f...@apache.org> wrote:

> Hi Joshy,
>
> That is likely a repository bug. The hasMoreItems flag should be true in
> this case.
>
>
> - Florian
>
>
> > Hi,
> >
> > Apologies in advance if I am missing something obvious. I am encountering
> > the following situation in my test code.
> >
> >
> > ItemIterable<QueryResult> queryResult = session.query(complete_statement,
> > *false*,context);
> >
> >
> >
> >
> > queryResult.getTotalNumItems() // returns 3
> >
> > queryResult.skipTo(0).getPage(2).getHasMoreItems() //returns *false*
> >
> >
> >
> > Is it correct that the 3 rd line is returning false?
> >
> >
>



-- 
Cheers,
Josh

Reply via email to