From: <glassfish_at_javadesktop.org>
Date: Sun, 06 Jul 2008 15:21:05 PDT
Ok, I found out what caused this massive headache:
The Jupiter -> @ManyToOne -> Mars relation was annotated with a FetchType=FetchType.LAZY property which caused this error. Either setting both relations to the same FetchType or removing the FetchType Property completely fixed this issue.
I got the Idea from this issue: