java - Drools 6.0.1 - Rules not getting picked from JAR -


i working on drools 6.0.1 application. have rule files (*.drl) packaged inside separate project included jar file maven dependency. when deploy project, kiemodule not able find rules files (which packaged inside jar above). not getting error though rules not getting fired.

if manually place rules files under classpath web-inf/rules/*.drl detected , rules executed.

i under impression kiemodules auto discovered anywhere in classpath.

any pointers appreciated. general question hence have not included comprehensive code files. start working once place *.drl files in classpath (take them outside of jar).

thanks


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -