[rules-users] Rules stop firing when white-space is changed

dcrissman dac at akc.org
Tue Aug 23 15:35:49 EDT 2011


It seems that the rules that stop firing are dependent on another rule which
is responsible for creating drools declared objects with a logicalInsert.
Seems to be the only commonality that I can find.

Oh, and I am using a stateless session.

Example:

declare MyClass
end

rule "Create Instance"
when
//whatever
then
logicalInsert(new MyClass());
end

rule "Dependent"
when
MyClass(
//whatever
)
then
//do something
end

--
View this message in context: http://drools.46999.n3.nabble.com/Rules-stop-firing-when-white-space-is-changed-tp3278986p3279079.html
Sent from the Drools: User forum mailing list archive at Nabble.com.



More information about the rules-users mailing list