> Is there a reason why > test/datastoreidentity/org/apache/jdo/tck/pc/company/package.jdo > don't define any persistence-capable-superclass > but > test/datastoreidentity/org/apache/jdo/tck/pc/company/package.jdo > defines them correctly ? > > Is this not required for both scenario's ?
"persistence-capable-superclass" is deprecated in JDO2 IIRC, so shouldn't affect the JDO implementation. No idea why it's like that though - maybe as a test of the deprecated status :-) -- Andy
