[rules-users] Overriding default evaluators

Barry Kaplan groups1 at memelet.com
Thu Mar 11 00:23:31 EST 2010


As part of my drools-scala project I am implementing evalators for scala
collections. This means that the some default evaluator operators like
"contains" and "memberOf" need to be overridden. My problem is that drools
seems to load the evaluators as defined in meta-infa/(I forget the file
name) in an arbitrary manner. This results in my scala evaluator getting
registered and then the default evaluator getting registered, overriding the
scala evaluator.

Has this variant of extensibility been considered -- not adding evaluators
as that works great -- but overriding a drools implementation? If not, I'll
have to do some internals hacking.

-bk 
-- 
View this message in context: http://n3.nabble.com/Overriding-default-evaluators-tp441342p441342.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list