I am using Drools and I am very satisfied with it.
My question: Is it possible to add more than one Excel Decision Table to a KnowledgeBuilder and if "yes", how can I choose which rule should be executed? The API allows to add more resources, so it should be possible to add more than one Decision Table, but as far as I can see, there's just "fireAllRules" for the Drools session.. can I choose which rule table should be used? Or is this done automatically by Drools?
Thx in advance!