I recently came across the bug which occurs when 'select new' is used together with 'join fetch' in a HQL expression. That combination results in this:
Code:
org.hibernate.QueryException: query specified join fetching, but the owner of the fetched association was not present in the select list.
The bug is described here:
http://opensource.atlassian.com/project ... e/HHH-3345
Is there any developer who can take a look at this jira issue and possibly update it's status to something else than 'awaiting test case' if what I've added is enough?