Merging graphs that include managed instances fails
---------------------------------------------------
Key: OPENJPA-419
URL: https://issues.apache.org/jira/browse/OPENJPA-419
Project: OpenJPA
Issue Type: Bug
Components: kernel
Affects Versions: 1.0.0, 0.9.7, 0.9.6, 0.9.0
Reporter: Patrick Linskey
Normally, em.merge() is invoked on graphs of detached or unmanaged instances.
However, it is common to obtain a detached or unmanaged instance and add
relations to managed instances.
It seems clear that these sorts of detached-and-managed graphs can be handled
in a deterministic manner by OpenJPA. So, we should do so.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.