jomarko opened a new pull request, #2362:
URL: https://github.com/apache/incubator-kie-tools/pull/2362
The knowledge source node name validation is needed due to DMN Runner
because it produces similar messages:
```
Message [id=0, level=ERROR, path=KnowledgeSource.dmn, line=1657, column=-1
text=DMN: Duplicate node name 'Credit officer' in the model (DMN id:
_a3e9ef24-5b34-4e56-8a24-e8c02afb4587, The referenced name is not unique with
its scope) ]
Message [id=0, level=ERROR, path=KnowledgeSource.dmn, line=1658, column=-1
text=DMN: Duplicate node name 'Credit officer' in the model (DMN id:
_aa1bfb73-ae57-4e53-ac32-3d5f7906f21e, The referenced name is not unique with
its scope) ]
```
where `Credit officer` is:
```
...
<dmn:knowledgeSource id="_a3e9ef24-5b34-4e56-8a24-e8c02afb4587" name="Credit
officer"/>
<dmn:knowledgeSource id="_aa1bfb73-ae57-4e53-ac32-3d5f7906f21e" name="Credit
officer"/>
...
```
### Before

### After

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]