tkobayas commented on issue #6309: URL: https://github.com/apache/incubator-kie-drools/issues/6309#issuecomment-2808945987
@engilyin Thank you for reporting. I'll work on a fix. > but in this case I got the error that 2 versions of RuleUnitProvider with the same priority was found. You can set a higher priority by overriding `servicePriority` method, please try. https://github.com/apache/incubator-kie-drools/blob/main/drools-ruleunits/drools-ruleunits-dsl/src/main/java/org/drools/ruleunits/dsl/RuleUnitProviderForDSL.java#L44-L47 -- 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]
