Bug 278 : NOT A BUG:java.lang.RuntimeException: Error getting BeanDescriptor for path...
Priority 
High
Reported Version 
 
Logged By 
florin
Status 
Fixed
Fixed Version 
2.6.0
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
16/04/2010
Updated 
16/04/2010
Type 
Bug
 
Attachments 
No attachments

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.

 
Rob 19 Apr 07:46
Can you ...

Can you provide:
- The full stack trace
- The entity bean model
- Preferrably a full test case with failing assert.

Thanks, Rob.

florin 19 Apr 16:50
I can't.

Weird. Close.

Rob 20 Apr 03:36
Ok, I'll close it.

Thanks.

woResponse

Upload a file