After insertion of the event, fireAllRules() is called.

In fact, there is in addition a default rule

rule "default"

        dialect "java"
        when Command() from entry-point "XXX"
        then
                System.out.println("No reaction on Command "+new Date());
end

which fires with the same timestamp as the rule which creates the fact
ActivityState

--
View this message in context: 
http://drools.46999.n3.nabble.com/rule-does-not-fire-at-first-event-tp3494056p3495981.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