Issue 1443: CDL declaration should specify Composes rather than Many (boca-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: Section 2.2.4 (BOCA Meta-Model in CDL) identifiable CorbaOperation:BehavioralFeature, TypedNamedElement,CorbaInterfaceFeature,NameSpace{ attribute NameList contexts; attribute boolean is_oneway; relationship may_raise 0..* CorbaException inverse can_be_raised; relationship arguments Many is_ordered CorbaArgument inverse operation; }; In the corresponding UML diagram (Section 5.2) the arguments relationship is shown as being one of composition. Thus, the UML and CDL contradict each other. Recommendation: The CDL declaration of this relationship should specify Composes rather than Many. Resolution: Revised Text: BehavioralFeature, Actions taken: June 3, 1998: received issue June 23, 1998: close issue Discussion: End of Annotations:===== *ISSUE 15* Section 2.2.4 (BOCA Meta-Model in CDL) identifiable CorbaOperation:BehavioralFeature, TypedNamedElement,CorbaInterfaceFeature,NameSpace{ attribute NameList contexts; attribute boolean is_oneway; relationship may_raise 0..* CorbaException inverse can_be_raised; relationship arguments Many is_ordered CorbaArgument inverse operation; }; In the corresponding UML diagram (Section 5.2) the arguments relationship is shown as being one of composition. Thus, the UML and CDL contradict each other. Recommendation: The CDL declaration of this relationship should specify Composes rather than Many