Michael Spiro created OPENJPA-2203: -------------------------------------- Summary: Dependent elements deleted upon merge, although the references were not removed Key: OPENJPA-2203 URL: https://issues.apache.org/jira/browse/OPENJPA-2203 Project: OpenJPA Issue Type: Bug Reporter: Michael Spiro Provided we have a model with a master entity and a collection of dependent elements marked with @DependentElement annotation. When a master entity is loaded, changed (without changes on the depoendent elements and without deleting the references to them) and then (redundantly) merged, then the dependent elements are deleted upon the transaction commit. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira