Unable to load DRL or Spreadsheet files from directory structure dynamically using KieScanner API
Issue
-
We are using
file directory structureto storeDRLfiles andexcel templates, users can create/update/delete the rules in that location and rule engine should be able to execute latest rules only without changingRelease IDofkie-jarinkie-container. -
Do
KiScannerhave support forFileSystemor does it monitors onlyMaven repositorycreated throughBusiness-CentralorWorkBench? -
Will the below line overwrites the existing
kmodulewith newkiefilesystemor will append a newkmodulewith newRelease IDalong with the existing KModule.
kieServices.newKieBuilder( kfs ).buildAll() ;
- If it does not overwrite the existing kmodule (on updating any rule .xls / .drl ), then how the rules will be managed i.e. how to know which rules need to be executed (old rule or the new modified rule ).
Environment
- Red Hat JBoss BRMS
- 6.2.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.