Joose Vettenranta wrote:
I have Child in jdo and it works ok
but Superchild I told what kind it is:
<class name="SuperChild" identity-type="datastore" persistence-capable-superclass="net.vettenranta.Child">
<field name="age" persistence-modifier="persistent">
<extension vendor-name="ojb" key="column" value="age" />
</field>
</class>
Could you post those two classes (at least with the fields/bean properties that you declared in the repository file) and the jdo and repository file ?
Tom
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
