You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Michael Bolz (JIRA)" <ji...@apache.org> on 2015/04/01 11:23:53 UTC

[jira] [Closed] (OLINGO-611) Server doesn't support pagination. Does Olingo handles that case internally?

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

Michael Bolz closed OLINGO-611.
-------------------------------
    Resolution: Duplicate

> Server doesn't support pagination. Does Olingo handles that case internally?
> ----------------------------------------------------------------------------
>
>                 Key: OLINGO-611
>                 URL: https://issues.apache.org/jira/browse/OLINGO-611
>             Project: Olingo
>          Issue Type: Bug
>          Components: odata2-core
>    Affects Versions: V2 1.2.0
>            Reporter: Kumar Pratyush
>
> We are working with a ODATA service which doesn't support server side pagination and contains lots of data. We are observing crash while making following calls:
> 		InputStream dataStream = Connection.getInputStreamContent(sanitizedURI,
> 				username, password, contentType, "GET");
> 		try {
> 			odataFeed = EntityProvider.readFeed(contentType,
> 					entityContainer.getEntitySet(entitySetName), dataStream,
> 					EntityProviderReadProperties.init().build());
> }
> Does Olingo library support this kind of scenario?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)