We have one entity with some nested entities. We fetch all of them via criteria api within one transaction. After reading, we process these entities outside the trancation. Since 6.2.6 the resulting select does not contain all requested joins, an the relations are not fetched. So we run into an “no session” error. I will provide an
A testcase for reproducing this issue ist provided via pull request . Just comment in the lines forcing the test to fail in 6.2.6. |
|