Cannot model DMN model that imports other model with empty import name #1066
Labels
area:dmn
Related to DMN
area:tools
Issues affecting Apache KIE tooling projects
type:bug
Something is behaving unexpectedly
When I model a decision (from scratch using the new DMN editor), that uses an imported BKM (also modelled in the editor), imported using the empty name (1.5 feature), it doesn't work with the runner (I am getting Unknown variable 'sayHello' errors - sayHello is the name of the imported BKM). I see the potential problem could be, how the editor adds the knowledgeRequirement:
It is added with the namespace prefix (namespace before #). The namespace shouldn't be there, because the import with empty name imports into the default namespace of the model. This is from spec:
So it should be used like this:
The text was updated successfully, but these errors were encountered: