Using Drools drl file with common functions in 2 separate kbase/ksessions
问题 using Drools 6.2.0.Final we have a rules project with 2 separate kbases and ksessions configured like this in the kmodule.xml: <kbase name="kbase1" packages="foo.bar.package1"> <ksession name="ksession1" type="stateless" /> </kbase> <kbase name="kbase2" packages="foo.bar.package2"> <ksession name="ksession2" type="stateless" /> </kbase> In each of these packages we have a number of .drl files that contain some business rules. In addition to those each package contains a .drl containing