>     <field name="auftraege" type="model.Auftrag" required="false"
>            collection="arraylist" lazy="true"/>

I think you need to modify your mapping as:

<field name="auftraege" type="model.Auftrag" required="false"
       collection="arraylist" lazy="true">
  <sql many-key="id_kunde">
</field>

Florian ramillien.

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to