Re: [hibernate-dev] HHH-11144

2017-03-14 Thread Gail Badner
Emmanuel or Steve, please provide feedback. Thanks, Gail On Mon, Jan 23, 2017 at 3:17 AM, Gail Badner wrote: > This fell through the cracks. > > Emmanuel or Steve, please provide some feedback. > > Thanks, > Gail > > On Wed, Oct 26, 2016 at 6:48 AM, Gail Badner wrote: > >> HHH-11144 involves a

Re: [hibernate-dev] HHH-11144

2017-01-23 Thread Gail Badner
This fell through the cracks. Emmanuel or Steve, please provide some feedback. Thanks, Gail On Wed, Oct 26, 2016 at 6:48 AM, Gail Badner wrote: > HHH-11144 involves an entity that has 2 one-to-many associations with the > same type of entity, and both associations have orphanRemoval = true. >

[hibernate-dev] HHH-11144

2016-10-25 Thread Gail Badner
HHH-11144 involves an entity that has 2 one-to-many associations with the same type of entity, and both associations have orphanRemoval = true. Andrea created a PR with test case at [1] I am not sure if this is a valid mapping. I I would like your thoughts on this. Here is an excerpt of the relev