]
Chandresh Mishra commented on DROOLS-1759:
------------------------------------------
[~mfusco] is there any update on this issue?
Not able to load all the kieModule from classpath
---------------------------------------------------
Key: DROOLS-1759
URL:
https://issues.jboss.org/browse/DROOLS-1759
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.4.1.Final
Reporter: Chandresh Mishra
Assignee: Mario Fusco
Hi ,
I am trying to load a rules from classpath in gradle project.
It is a multi module gradle project.It has following structure.
Application
Application-rule
root
Application has compile project(':application-rule') in build.gradle.
application-rule has external dependency on common-rules .
Now when I am trying to load KieContainer from classpath in Application project. It is
loading only kiebase in common-rules.jar .It is not loading kiebase in kmodule.xml present
in Application-rule.