posted 11 years ago
Anyone ever come across the scenario where you eager fetched some Domains so that they are the real domain object, that later when accessing them Hibernate tried to cast them to CGLib Proxies instead?
Our Domain objects are Groovy, so it is possible that Groovy is doing something weird accessing the class attribute.
Thanks
Mark