Re: UML 15 association and CompositeViolation

"Stefan Ocke" <[email protected]> Tue, 19 Aug 2003 22:58:50 +0200
Newsgroups gmane.comp.java.netbeans.modules.mdr.devel
Message-ID <000b01c36694$b1b3f620$3ee41e8d@stefan>
> as.refSetValue("namespace", pkg)
> aEnd.refSetValue("namespace", as)
> aEnd.refSetValue("association", as) --> OK
>
>
Now I got it ;)
Thats strange, indeed.

Maybe the "old" composition via "namespace" is deleted when the new one is
set... I am quite sure this behavior is defined somewhere in the JMI spec...
It would be interesting, what a call to aEnd.refGetValue("namespace") after
this code results in.

Stefan.