It happens on self referencing tables.
I have an object referencing its parent using the ManyToOne annotation. It happens on finding it with ebean.find(myclass.class).where().eq("id", id).join("myclass").findUnique().
Thanks for the help.
Can you provide:- The full stack trace - The entity bean model- Preferrably a full test case with failing assert.
Thanks, Rob.
Weird. Close.
Thanks.