--- Sergey Plehov <[EMAIL PROTECTED]> wrote: > > Yes, i annotate getApplications with CascadeType.MERGE (also try and > CascadeType.ALL) but nothing changed. >
I will file a new bug report. Which version is this with? Please can you send in the source files: ApplicationBean.java, UserBean.java and the test case that is calling the merge() operation ? Thanks! -- Rodrigo > > 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 > _______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
