Sorry for being a pest but as a follow-up to https://hibernate.atlassian.net/browse/HHH-16890 I still seem to have one case where a StackOverFlowError occurs. The problem seems to happen when an entity (with proxies disabled) is placed multiple times in the batch load queue. This might happen when several other entities link to it with: @ManyToOne(fetch = FetchType.LAZY) I’ll put together a test reproducing the problem and will add the link here |