Dan Seaver wrote:
I'm in the process of upgrading drools from 4 to 5.0 M5 and ran
into a
problem with setting the conflict resolver priority order. It doesn't appear
that KnowledgeBaseConfiguration supports the ability to use ConflictResolver
or CompositeConflictResolver as the old RuleBaseConfiguration did. How are
alternate agenda priorities handled in 5?
heh, didn't imagine anyone was actually using a conflict resolver :) We
will migrate this to drools-api, but for 5.0 we are just trying to be as
conservative as possible. As long as you don't mind using some potential
going to change apis you can still do this.
If you look KnowledgeBaseConfiguration, for now, can be cast to
ruleBaseConfiguration, so you can actually still set this, just be aware
that it's been deprecated.
Mark