FetchType.Eager with FetchMode.JOIN leads to infinite loop.
Description
A bidirectional, OneToMany User/UserRole relationship is created with FetchType.EAGER and FetchMode.JOIN. Pulling the User object from the database results in an infinite loop of identical SQL statements being run. The process appears to seg fault once memory has been exhausted.
Changing FetchMode to SELECT solves the issue.
Please extract the attached file and read the README.txt file for information on running the test.
Attachments
1
Activity
Brett MeyerJuly 8, 2014 at 3:12 PM
Bulk rejecting stale issues. If this is still a legitimate issue on ORM 4, feel free to comment and attach a test case. I'll address responses case-by-case. Thanks!
If this is still a legitimate bug in ORM 4, please provide either a test case that reproduces it or enough detail (entities, mappings, snippets, etc.) to show that it still fails on 4. If nothing is received within 3 months or so, we'll be automatically closing them.
A bidirectional, OneToMany User/UserRole relationship is created with FetchType.EAGER and FetchMode.JOIN. Pulling the User object from the database results in an infinite loop of identical SQL statements being run. The process appears to seg fault once memory has been exhausted.
Changing FetchMode to SELECT solves the issue.
Please extract the attached file and read the README.txt file for information on running the test.