Issues
- Entity loading fails when using FetchMode.SUBSELECTHSEARCH-4150Resolved issue: HSEARCH-4150Yoann Rodière
- Fix copy/paste error in the documentation of the "score" projectionHSEARCH-4145Resolved issue: HSEARCH-4145Yoann Rodière
- Reindexing is skipped when a contained entity change follows a change that is irrelevant to indexingHSEARCH-4137Resolved issue: HSEARCH-4137Yoann Rodière
- Use hibernate.search.backend.uris rather than hibernate.search.backend.hosts for tests in POMsHSEARCH-4136Resolved issue: HSEARCH-4136Yoann Rodière
- Upgrade to ES 7.8 in Jenkinsfile of backend performance testsHSEARCH-4135Resolved issue: HSEARCH-4135Yoann Rodière
- Upgrade to Hibernate ORM 5.4.27.FinalHSEARCH-4131Resolved issue: HSEARCH-4131Yoann Rodière
- Mention More Like This queries in the migration guideHSEARCH-4129Resolved issue: HSEARCH-4129Yoann Rodière
- Update out of date dependency versions in migration guideHSEARCH-4127Resolved issue: HSEARCH-4127Yoann Rodière
- Add --add-opens options required for tests on JDK16-ea28HSEARCH-4124Resolved issue: HSEARCH-4124Yoann Rodière
- Default analyzer not applied by default on programmatic-defined full text fieldsHSEARCH-4123Resolved issue: HSEARCH-4123Fabio Massimo Ercoli
10 of 10
Entity loading fails when using FetchMode.SUBSELECT
Fixed
Description
is followed up by
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Affects versions
Priority
Created February 5, 2021 at 11:34 AM
Updated February 8, 2021 at 4:44 PM
Resolved February 5, 2021 at 3:44 PM
Activity
Show:
Yoann RodièreFebruary 5, 2021 at 12:19 PM
Identified the cause as .
See https://discourse.hibernate.org/t/hs-6-0-exception-while-scrolling/5019/2
In some very specific conditions (TDB), when loading entities that have an association using FetchMode.SUBSELECT, ORM fails with an error like below. It seems the parameters are not set properly?