You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user models a capability, but does not add a resource to it, a warning is caused in the logs. Why? The code generator assumes there is at least 1 such resource.
Option1: Change code generator to work with "AbstractResource" class.
Option2: Produce a warning/error and a dialog to inform user of the problem. and then don't continue with generation.
I prefer option1.
The text was updated successfully, but these errors were encountered:
How would a user get the Designer to generate a capability for AbstractResource if we go option 2? Last time I tried, it was not simple (but I also tried to return a collection of AbstractResources, so don't mind).
If the user models a capability, but does not add a resource to it, a warning is caused in the logs. Why? The code generator assumes there is at least 1 such resource.
Option1: Change code generator to work with "AbstractResource" class.
Option2: Produce a warning/error and a dialog to inform user of the problem. and then don't continue with generation.
I prefer option1.
The text was updated successfully, but these errors were encountered: