Dependent elements and merge

2012-05-24 Thread Michael Spiro
Hi, I'm using OpenJPA 2.1.0 and make use of the @ElementDependent annotation. Recently I discovered following unexpected behaviour. I have an entity that contains a collection of dependent elements. When I load the entity in the persistence context, make changes on some of its attributes

Re: Dependent elements and merge

2012-05-24 Thread Rick Curtis
Sounds like a bug. Can you come up with a small unit test that recreates the issue? Thanks, Rick On May 24, 2012 3:12 AM, Michael Spiro m.sp...@dcs-caesar.de wrote: Hi, I'm using OpenJPA 2.1.0 and make use of the @ElementDependent annotation. Recently I discovered following unexpected