gbuckholtz commented on issue #1617: URL: https://github.com/apache/incubator-kie-issues/issues/1617#issuecomment-2476413034
> Thanks @gbuckholtz to share this. A couple of observations: > > 1. I'm afraid all those pom/dependencies warning/issue could be related to some underlying ci/cd issue (I mean artifact deployment, or similar): I can't be 100% sure because for my work I usually build everything locally, but in the latest time we have observed something related different times > 2. it is not clear to me which editor you are using: AFAIK the latest one automatically convert the models to latest version, but the ones you originally provided were "old" versions > 3. it is not clear to me, too, if you still have problems with my fix. > > @yesamer could provide better explanation of which editor is the one to use I agree. As a test, I deleted all drools artifacts from my local repo and it compiles now. However I am getting a new validation error in the .dmn files you upgraded: ``` INFO] DMNValidator initialized. [ERROR] One of the supplied DMN Models has failed validation; cannot proceed to validation of the remaining DMN Models. [ERROR] DMN: Failed XML validation of DMN file: cvc-elt.1.a: Cannot find the declaration of element 'dmn:definitions'. (DMN model failed XML schema validation) [ERROR] DMN: One of the supplied DMN Models has failed validation; cannot proceed to validation of the remaining DMN Models. (DMN Validation stopped on failed validation for some DMN Model) ``` -- 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]
