You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrey Razumovsky (JIRA)" <ji...@apache.org> on 2009/10/05 21:16:31 UTC

[jira] Commented: (CAY-1163) Moving DBObject to a different DataMap causes reverse relationships to be lost

    [ https://issues.apache.org/jira/browse/CAY-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762316#action_12762316 ] 

Andrey Razumovsky commented on CAY-1163:
----------------------------------------

Note: same thing exists for newly added undo/redo

> Moving DBObject to a different DataMap causes reverse relationships to be lost
> ------------------------------------------------------------------------------
>
>                 Key: CAY-1163
>                 URL: https://issues.apache.org/jira/browse/CAY-1163
>             Project: Cayenne
>          Issue Type: Bug
>          Components: CayenneModeler GUI
>    Affects Versions: 3.0M5
>         Environment: CayenneModeller 3.0M5 under Mac OS X 10.5.6 java version "1.5.0_16"
>            Reporter: Stephen Winnall
>            Assignee: Andrey Razumovsky
>
> 1) create a new project
> 2) create dataMap OneMap
> 3) create dataMap TwoMap
> 4) in OneMap, create dbEntity Ent1 with attribute One : INTEGER
> 5) in OneMap, create dbEntity Ent2 with attribute Two : INTEGER
> 6) create a relationship and reverse relationship between Ent1.One and Ent2.Two
> 7) move Ent2 into TwoMap using cut and paste
> 8) observe that the relationship for Ent1 has been zapped, though the reverse relationship for Ent2 still exists
> This behaviour leads to missing relationships in the generated schema.

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