<div dir="ltr">Hi,<div><br></div><div>I am trying to include a another kbase in KIE Spring project. This is the configuration</div><div><br></div><div><b>knowledge-services.xml</b></div><div><div> &lt;kie:kmodule id=&quot;kie-spring&quot;&gt; <span class="" style="white-space:pre">        </span></div>
<div>    &lt;kie:kbase name=&quot;kie-base&quot; <b>includes=&quot;rules1Package&quot;</b> packages=&quot;au.org.nps.dsaas.rules&quot; &gt;</div><div>      &lt;kie:ksession name=&quot;ksession1&quot; type=&quot;stateless&quot;  &gt;</div>
<div>      <span class="" style="white-space:pre">        </span>&lt;kie:consoleLogger /&gt;</div><div>      <span class="" style="white-space:pre">        </span>&lt;/kie:ksession&gt;</div><div>    &lt;/kie:kbase&gt;</div><div>    </div>
<div>  &lt;/kie:kmodule&gt;</div><div>&lt;bean id=&quot;kiePostProcessor&quot; class=&quot;org.kie.spring.KModuleBeanFactoryPostProcessor&quot;/&gt;<br></div></div><div><br></div><div><b>kmodule.xml</b></div><div><div>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</div>
<div>&lt;kmodule xmlns=&quot;<a href="http://jboss.org/kie/6.0.0/kmodule">http://jboss.org/kie/6.0.0/kmodule</a>&quot;&gt;</div><div>    &lt;kbase <b>name=&quot;rules1Package&quot;</b> packages=&quot;au.org.nps.dsaas.rules1&quot; &gt;</div>
<div>        &lt;ksession name=&quot;ksession2&quot; type=&quot;stateless&quot; /&gt;</div><div>    &lt;/kbase&gt;</div><div>&lt;/kmodule&gt;</div></div><div><br></div><div>My KIE modules are discovered and I can see following in the logs</div>
<div><div><br></div><div>09:59:36,642 DEBUG [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (ServerService Thread Pool -- 91) Found and used pom.properties META-INF/maven/au.org.nps.dsaas/rules-repository/pom.properties</div>
<div>09:59:36,645 DEBUG [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (ServerService Thread Pool -- 91) Discovered classpath module au.org.nps.dsaas:rules-repository:0.0.1-SNAPSHOT</div></div><div><br></div><div>
But Spring context fails to load and I get the following errors:</div><div><div><br></div><div>09:59:39,547 ERROR [org.drools.compiler.kie.builder.impl.AbstractKieModule] (ServerService Thread Pool -- 91) Unable to build KieBase, could not find include: rules1Package</div>
</div><div><br></div><div>As per the official documentation (<a href="http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/ch.kie.spring.html">http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/ch.kie.spring.html</a>) , I can use the includes property of KBASE tag provided in Spring KIE. I am using kie spring 6.1.0 Beta</div>
<div><br></div><div>Any suggestions?</div><div><br></div><div>Thanks</div><div>Ashish</div><div><br></div></div>