Hi all,
If you specify a toolbox which includes the following attribute definition
Name: UML::CallBehaviorAction
Initial Value: CB Action
... the resulting toolbox creates CallBehaviorActions correctly, but the icon is incorrect. Instead of the standard action icon, the stereotype icon (from the Profile toolbox) is displayed.
If instead you define the toolbox attribute as
Name: UML::CallBehaviorAction(UML::Action)
Initial Value: CB Action
... the correct icon is displayed.
Also, while the user guide page on
elements used in toolboxes omits CallOperationAction (but includes CallBehaviorAction), you can in fact specify a CallOperationAction in your toolbox, and it works as expected.
Both reported.
/Uffe