tiagobento commented on issue #403: URL: https://github.com/apache/incubator-kie-issues/issues/403#issuecomment-2015693186
After debugging and talking to @gitgabrio, @yesamer and @ljmotta, we found that there are three things in the files shared by @gitgabrio that are "unexpected" for KIE Sandbox, DMN Runner, and the new DMN Editor. 1. The `importType` being http://www.omg.org/spec/DMN1-2Alpha/20160929/MODEL and not one of the "stable" versions. 2. The fact that the `import` doesn't have a `locationURI` attribute. Despite its optionality, the DMN Runner needs it to work correctly. The legacy DMN Editor always populated this field, and some parts of our codebase grew around that fact. Populating `locationURI` at the initial normalization process is not trivial, as it requires scanning the entire Workspace for files with a matching `namespace`. This is a known limitation of the new DMN Editor, and will most likely be present on the new release of Apache KIE, 10.0.0. 3. The fact that there isn't a namespace declaration for the namespace referenced by the import. This is easily doable at the initial normalization process that happen when we open a file on the new DMN Editor. I'd say the only actionable item here in the short term would be item 3, and we can create a new task for addressing 2, as it is already listed at https://github.com/apache/incubator-kie-issues/issues/796 -- 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]
