Archana Rai created OLINGO-1298:
-----------------------------------
Summary: Hibernate latest version compliance
Key: OLINGO-1298
URL: https://issues.apache.org/jira/browse/OLINGO-1298
Project: Olingo
Issue Type: Bug
Components: odata2-jpa
Affects Versions: V2 2.0.11
Reporter: Archana Rai
Fix For: V2 2.0.11
Newer Hibernate versions, e.g. 5.2.x, has changed the query handling. As a
result, when in combination with Olingo there are problems with ordinary
EntitySet calls (something like “/foo/Persons” in order to get all Person
objects) delivers an empty result, although there is data in the database and
single accesses delivered them (“/foo/Person/3453” where “3453” is the person
key).
EntitySet URL works as soon as we add the $top parameter to it
(“/foo/Persons?$top=100”).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)