Re: [I] Unnamed included models on newest editor [incubator-kie-tools]
philipdnichols commented on issue #3190: URL: https://github.com/apache/incubator-kie-tools/issues/3190#issuecomment-3113899643 Actually sorry, the issue is partially fixed - we are still seeing the issue if the model being included has no elements (data types only, for example) and the model being included is unnamed. In this scenario we see a `NullPointerException`. -- 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]
Re: [I] Unnamed included models on newest editor [incubator-kie-tools]
philipdnichols commented on issue #3190: URL: https://github.com/apache/incubator-kie-tools/issues/3190#issuecomment-3070719265 Hi @tiagobento - I've created a REPO here for my DMN issue findings: https://github.com/philipdnichols/dmn-stuff For this issue, it looks like the problem has indeed gone away with 10.1.0 👍 -- 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]
Re: [I] Unnamed included models on newest editor [incubator-kie-tools]
tiagobento commented on issue #3190: URL: https://github.com/apache/incubator-kie-tools/issues/3190#issuecomment-3055827743 @philipdnichols Hi! May I please ask you to share the reproducer as a GitHub repository instead of a .zip file? Also, you might wanna try Apache KIE 10.1.0, since it was released yesterday (official announcement is still pending 👀) -- 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]
Re: [I] Unnamed included models on newest editor [incubator-kie-tools]
philipdnichols commented on issue #3190:
URL:
https://github.com/apache/incubator-kie-tools/issues/3190#issuecomment-3019900965
Hi @yesamer - here's the validation error that we're getting directly from
the KIE validator:
```
The referenced import was not found - Message [id=0, level=ERROR, path=null,
line=20, column=-1 text=DMN: Required import not found:
{phil-parent}phil-parent for node 'org.kie.dmn.model.v1_5.TInputData@40d19d59';
missing DMN Import name alias. (DMN id: _2FC78C77-4761-4F4B-BD50-7724D160D28E,
The referenced import was not found) ]
```
I've attached the DMNs that are triggering this error. It seems specifically
to be when you include a model and then use a decision services from that
included model and the decision service ALSO has an input node. If I remove the
input for the decision service the validation error does not appear.
[dmns.zip](https://github.com/user-attachments/files/20984064/dmns.zip)
--
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]
Re: [I] Unnamed included models on newest editor [incubator-kie-tools]
yesamer commented on issue #3190: URL: https://github.com/apache/incubator-kie-tools/issues/3190#issuecomment-3018539007 Hi @philipdnichols, that change is intentional. That requirement was introduced in DMN 1.5 specification. Can you please share with us the validation error you noticed? -- 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]
