[jboss-user] [JBoss Seam] - Re: How to modify a detached entity

dustismo do-not-reply at jboss.com
Fri Oct 12 14:04:17 EDT 2007


Sounds like your merge is not cascading to the lazy collection..  did you set cascade=ALL?

i.e. in your entity:


  | @ManyToOne(fetch=FetchType.LAZY, cascade = CascadeType.ALL)
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094722#4094722

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094722



More information about the jboss-user mailing list