Uploaded image for project: 'Olingo'
  1. Olingo
  2. OLINGO-1298

Hibernate latest version compliance

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • V2 2.0.11
    • V2 2.0.11
    • odata2-jpa
    • None

    Description

      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”).

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            archanarai Archana Rai
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: