--- 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
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to