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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...