[Sorry - something distracted my attention real good.] The example is running perfectly fine, both tests, and using 5.2.0 or 5.5.0.
As to style: * Patterns should not be based on values stored in a global. There are too many subtle issues for this to work reliably. * "not exists(...)" is poor style - "not" alone is the negated existential quantifier, so omit the "exists". (This doesn't cause any problems - Drools removes the exists for you.) -W On 23/07/2013, Sammi <[email protected]> wrote: > How to set the access right? I don't see any other option except "Upload > File" > > > > -- > View this message in context: > http://drools.46999.n3.nabble.com/Change-Notification-doesn-t-work-with-eval-true-in-one-of-the-rules-tp4025067p4025091.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 > _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
