Hello!
I have criteria query that, when executed, results the following exception thrown:
The id attribute is the entity's attribute which was annotated with @Id @GeneratedValue. Basically I'm trying to load the attribute "permissions", which is a collection uninitialized at the time, for the role object whose id is 2. The id attribute is of long type.
Any ideas on why this query would fail?
It seems correct to me...
I can post the code that creates the criteria query here, but it is fairly complicated (as it generates based on a LDAP filter, etc), so I'm hoping the error will be visible from the generated query
string and the exception. Please let me know if that's not the case.
Thanks!!
Eduardo Born