I can't believe that a unit test wouldn't have caught this so I'm asking
here first before creating a bug.
I'm seeing an issue running merge against a new object that contains a
new List of child objects (via a OneToMany mapping with an
ElementJoinColumn). Basically, OpenJPA is only persisting the last
element in the list. I have a simple test case using only two objects
that illustrates the problem.
I'm hoping I just missed something that changed in 1.0.2 because with
the existing behavior there is no way I can migrate to the latest version.
-Gil