Re: Foreign key field doesn't set populated in descendant class in Join Inheritance

2008-11-19 Thread Pinaki Poddar
Please post the domain classes and test case. Better still, create your JUnit Tests so that they can be included in OpenJPA test corpus. The instructions on how to write a test case for OpenJPA is available in its website [1] [1] http://openjpa.apache.org/howtowritetestcaseforopenjpa.html -- Vi

Foreign key field doesn't set populated in descendant class in Join Inheritance

2008-11-19 Thread ruslan
Hi guys. I have a question about join table inheritance. In few words the problem is that foreign key field doesn't get set in descendant class in Join Inheritance. I have 3 tables: authors, books and electronic_books. Here is SQL script: http://pastebin.ca/1259927 AuthorsEntity: http://pastebi