I am using Drools 6.1.0.Final. I have 3 sets of rules, created with 3 different DSL files. Now, it seems that for every dslr file I create, all the DSL files are loaded into his scope, so if there are overlapping dsl definition in 2 different DSL files, they will conflict.
Is there a way to keep them separate?
It looks like there was a way: the "expander" keyword, but now it looks it has been deprecated (even though the Eclipse drools plugin still think it's useful and will not load other dsl files!).
Has the expander keyword been replaced with something else?