Hi,
Add this line to AbstractFoo.
+ @Inheritance(strategy=InheritanceType.TABLE_PER_CLASS)
@Entity
abstract AbstractFoo extends RootClass { ...}----- Pinaki Poddar http://ppoddar.blogspot.com/ http://www.linkedin.com/in/pinakipoddar OpenJPA PMC Member/Committer JPA Expert Group Member -- View this message in context: http://n2.nabble.com/TABLE_PER_CLASS-does-not-work-as-described-in-JSR-200-%28JPA-1.0%29-tp2828426p2845300.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
