[mdr-users] Reordering references
"Olivier RICHAUD" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <001b01c570c6$8237d5e0$6464a8c0@lauris> |
Hi all, I'm trying to reorder an ordered association end. I mean, I want to move, for example, a referenced object at the beginning of the relation. This works fine, unless I define a composite association. In that case, since I'm forced to first remove the object I want to move from the association, MDR considers that object as deleted. I can't find it any more with its MOF ID in the extent. As a consequence, I can't add it to the association. What's the right way to change the position of RefObject in an ordered association, whatever the association kind is? Regards. Olivier.