I am curious: Was someone able to successfully implement the one-to-many managed association with custom Java assembler (POJOs)?
Zdenek M --- In [email protected], Zdenek Mikan <[EMAIL PROTECTED]> wrote: > > I am struggling with very simple sample of one to many managed > association using mySQL database and custom Java assembler extended from > AbstractAssembler. I have got two destinations, parent and child. In > parent destination there is an ArrayCollection property which is > associated with child destination. I fill this ArrayCollection in my > parent assembler. Everything is fine, the data are correctly transferred > from the database to the client and when I add item into my child > ArrayCollection, the function create in my child Assembler is called. > But when I delete item from the child ArrayCollection, my child > Assembler is not called, only the update function in parent assembler is > called. Does anyone have a clue what should I do to fix this? > Best Regards > Zdenek M >

