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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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