baldimir opened a new issue, #1923:
URL: https://github.com/apache/incubator-kie-issues/issues/1923

   When having a Quarkus or Spring Boot business service with rules and a 
kmodule.xml file defined as this: 
   
   ```
   <?xml version="1.0" encoding="UTF-8"?>
   <kmodule xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://www.drools.org/xsd/kmodule";>
   <kbase name="IncludedKieBase" packages="org.kie.kogito.rules.otherpackage" />
   <kbase name="SomeKieBase" packages="org.kie.kogito.rules.embedded" 
includes="IncludedKieBase" />
   </kmodule>
   ```
   
   when firing rules from KieBase with name SomeKieBase, the rules from 
IncludedKieBase are not fired. 
   
   I have a fix, will submit the PR soon. 


-- 
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]

Reply via email to