[rules-users] rule does not fire at first event

ukriegel ulrich.kriegel at isst.fraunhofer.de
Thu Nov 10 02:12:21 EST 2011


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.



More information about the rules-users mailing list