Hi Team,

please follow below code.

                        KieServices ks = KieServices.Factory.get();
                        KieContainer kContainer = ks.getKieClasspathContainer();
                
                        KieSession ksession = 
kContainer.newKieSession("ksession-rules");

whenever I executed it searched for ksession-rules of kmodule.xml which
presnt in the path /resouces/META-INF/kmodule.xml.

which of the above code finds that, can any one tell me logic behind it, I
want to modify this code according to requirement.

Thanks,





--
View this message in context: 
http://drools.46999.n3.nabble.com/drools-6-code-inner-code-which-serarch-kmodule-xml-tp4030002.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to