Kumar Pratyush created OLINGO-611:
-------------------------------------
Summary: 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)