> 
> When i'm saying in my application  broker.strore(General) OJB doesn't
> makes any records in PARTICLE table.

Ahh! That's easy:
You have to change the collection-descriptor as follows:
<collection-descriptor 
  name="particles"  
  element-class-ref="Particle" 
  orderby="particleId" 
  sort="DESC" 

  auto-update="true"

>
  <inverse-foreignkey field-ref="generalId"/>
</collection-descriptor>

cheers,
Thomas

> > If you're using OTM, ODMG, or JDO, you
> > need to set auto-update to false.
> 
> I just have done that - nothing changed .
> 
> 
> 
> -- 
> Regards,
> CEO Linux-Online.Ru
> Korolyov Timofey
> 
> www.linuxshop.ru :: www.prefnews.ru :: www.dotstyle.ru
> 
> JabberID: [EMAIL PROTECTED]
> 

Reply via email to