You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Fay Wang (JIRA)" <ji...@apache.org> on 2009/05/01 22:23:30 UTC

[jira] Resolved: (OPENJPA-1053) Updating an entity by setting an embeddable to it does not work properly if the embeddable has a cascade delete relationship with another entity

     [ https://issues.apache.org/jira/browse/OPENJPA-1053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fay Wang resolved OPENJPA-1053.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

> Updating an entity by setting an embeddable to it does not work properly if the embeddable has a cascade delete relationship with another entity
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-1053
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-1053
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 2.0.0
>            Reporter: Fay Wang
>            Assignee: Fay Wang
>             Fix For: 2.0.0
>
>         Attachments: OPENJPA-1053.patch
>
>
> Updating an entity (EntityA) by setting a new embeddable to it when the embeddable has a relationship with another entity (EntityB) with cascade delete does not work:
> (1) the old entityB referenced by the old embeddable in EntityA will be deleted.
> (2) if the EntityB also has cascade delete relation with EntityA, the EntityA will also be deleted,

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.