On 22/06/2012, Wolfgang Laun <wolfgang.laun(a)gmail.com> wrote:
(Something strange is indeed going on
To conclude this thread:
There's nothing "strange" going on - I simply overlooked interference
from another rule.
It's noteworthy that createContext is called once for each rule, no
matter what. The init() method is responsible for complete
initialization of the Context. This method is called for each new
evaluation starting from scratch. If there is no "reverse" method,
updates of accumulated facts cause a recaclulation of the entire
accumulation.
-W