hello, i need to define my rules in separate drl files.Is it possible possible to load these different files in the same workinMemory( since when we load the rule base we have to specify the input file )
----
RuleBase ruleBase = RuleBaseLoader.LoadFromStrea("helloworld.csharp.drl.xml");
WorkingMemory workingMemory = ruleBase.GetNewWorkingMemory();
---
If yes, how can i do this ? thanks for ur help
--
Eliane Daghfal
