While thinking about the problem I remembered Fusion and CEP. Could this be a
scenario for /entry-point/? The problem is, I have one rule, which minimizes
the master data. It is called before the one mentioned above with a higher
salience:
/
rule "exclude products"
        salience 25
        when
                $p      : Product(netUnitPrice < 4.00)
                or
                $p      : Product(onlineFlag == false)
        then
                retract($p);
end/

I would add the /entry-point/ statement only to the above mentioned
filter-rule and change back to my first solution (inserting Translog, firing
rules, retracting Translog).

Regards...



--
View this message in context: 
http://drools.46999.n3.nabble.com/Different-results-with-same-fact-base-tp4021000p4021057.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to