Issue 1442: Change CDL declaration or UML diagram (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; }; The UML diagram (section 5.2) describes the first attribute differently; specifically it shows this attribute as having the name context_id and its type as a sequence of strings. Recommendation: Either change the CDL declaration of CorbaOperation or the UML diagram so that the two agree. Resolution: Revised Text: BehavioralFeature, Actions taken: June 3, 1998: received issue June 23, 1998: issue closed Discussion: End of Annotations:===== *ISSUE 14* 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; }; The UML diagram (section 5.2) describes the first attribute differently; specifically it shows this attribute as having the name context_id and its type as a sequence of strings. Recommendation: Either change the CDL declaration of CorbaOperation or the UML diagram so that the two agree