Don't create reply message for mapped operations with message views

Issue #390 resolved
Matthias Schoettle created an issue

When defining the behaviour for startObserving in Observer and calling addToMyObserver a reply message is created. However, the operation is mapped (by reusing Association to an operation of Data, which already has a message view.

Instead, the check whether a message view exists should include a check of mapped operations. At the same time, this would allow to restrict creating a message view for those operations as well.

Comments (7)

  1. Matthias Schoettle reporter

    References #390: Improves check of whether a message view is defined for an operation.

    Adds a check to ensure that a message view is considered to be defined if an operation is mapped to an operation that is not partial. I.e., the operation is just renamed and the message view is considered to be defined in the other model.

    → <<cset 89ea9ae673e1>>

  2. Matthias Schoettle reporter

    Resolves #390: Ensures that no reply message is created for operations in other models.

    The same applies to the view, in order to prevent that no nested behaviour can be defined.

    → <<cset 3bfa7e62e8a4>>

  3. Log in to comment