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
   ![Screenshot 2024-05-23 
140906](https://github.com/apache/incubator-kie-tools/assets/8044780/0a98e072-488a-4e5f-b1fe-5dd88cf78333)
   
   
   ### After
   ![Screenshot 2024-05-23 
140902](https://github.com/apache/incubator-kie-tools/assets/8044780/abf6a360-f83b-408b-b46e-d5f0e78f2b98)
   


-- 
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]

Reply via email to