Hello,

> -----Original Message-----
> From: Ken Brewer [mailto:[EMAIL PROTECTED]

>     <class-descriptor class="com.microremedies.pm.persist.AccountImpl"
> table="ACCOUNT" proxy="dynamic">
>         <field-descriptor name="uid" column="uid" jdbc-type="BIGINT"
> primarykey="true" autoincrement="true"/>
>         <field-descriptor name="name" column="name"  
> jdbc-type="VARCHAR"/>
>         <field-descriptor name="parentAccountID" 
> column="parentAccountID"
> jdbc-type="INTEGER" access="anonymous"/>
>         <field-descriptor name="ojbConcreteClass" 
> column="ojbConcreteClass"
> jdbc-type="VARCHAR"/>
>         <reference-descriptor name="parentAccount"
> class-ref="com.microremedies.pm.persist.Account">

Your repository-snippet does not show the 
class-descriptor for com.microremedies.pm.persist.Account.
I suppose this is the interface that AccountImpl, and I bet
its class-descriptor does not have any field-descriptors.

You may try to fix it by including field-descriptors 
for your primary key field uid into that class-descriptor, 
or, otherwise, by changing class-ref to "...AccountImpl".

Olli

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to