gitgabrio commented on code in PR #6463:
URL:
https://github.com/apache/incubator-kie-drools/pull/6463#discussion_r2374656431
##########
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/impl/DMNEventUtils.java:
##########
@@ -66,18 +69,24 @@ public static Map<String, Object>
extractDSParameters(BeforeEvaluateDecisionServ
public static Map<String, Object>
extractDSOutputDecisionsValues(AfterEvaluateDecisionServiceEvent event) {
Map<String, Object> results = new LinkedHashMap<>();
+ String namespace = event.getDecisionService().getModelNamespace();
Review Comment:
@AthiraHari77 @ChinchuAjith @baldimir @yesamer
FYI: the `DMNCompilerImpl.getId(DMNElementReference)` method always remove
the prepending namespace (if present), even if it is written in the original
dmn: IMO, this is potentially bugged whenever it is used.
--
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]