Cannot delete association

8
I have a domain model with two entities: 'Husband' and 'Wife'. Between them there is an association called 'Marriage'. I cannot seem to delete that association because of an obscure error message. How do I get rid of the association?
asked
6 answers
6

You dont need to Delete the association. Just add a attribute on the wife entity to Active(Boolean) and make the association 1 to *.

answered
1

Maybe this will shed some light?

answered
0

I guess ethics are finally implemented in software :-D ? Note that you are still allowed to add an association called 'child' ;-)

answered
0
  1. What's the error message?

  2. Try change object for husband or wife and set the association to 'empty' (no quotes).

answered
0

Export module, drop module, import module?

answered
0

Where did this easter egg go? I miss it!

answered