Hi Rodrigo. Yes, i annotate getApplications with CascadeType.MERGE (also try and CascadeType.ALL) but nothing changed.
2007/10/8, Rodrigo Westrupp <[EMAIL PROTECTED]>: > > > --- Sergey Plehov <[EMAIL PROTECTED]> wrote: > > > > @ManyToMany with jointable helps me. > > > > But i got next problem when i try modify user Application list: > > > > Hi Sergey, > > Cool. Do you have getApplications() annotated with cascade= > CascadeType.MERGE > or cascade=CascadeType.ALL ? That's required to get the merge(user) > cascaded to > the related applications. > > Best, > > -- Rodrigo > > > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest > -- ------------------------------- Sergey Plehov
_______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
