I think what you need is the modify() statement as defined here:
http://docs.jboss.org/drools/release/5.5.0.Beta1/drools-expert-docs/html/...
When changing a fact within a modify() you trigger a reevaluation of the
fact ,which can lead to rules firing again if they fit the modified object.
Be sure to have a fitting abort condition or you may enter an endless loop.
kind regards
Lukas
--
View this message in context:
http://drools.46999.n3.nabble.com/rules-users-firing-rules-twice-in-singl...
Sent from the Drools: User forum mailing list archive at
Nabble.com.