[rules-users] Truth maintenance and RHS variables

juankera juankera at gmail.com
Tue Feb 7 11:10:32 EST 2012


Thanks for your quick reply.

I can't say that your solution works because i'm facing a problem with
declared facts.

1. I have declared Monitor inside my drl file
2. I can insert monitor facts in "start monitoring" rule without problems.
And i've checked that it's fired.

But rule "nothing for 1m" is not working, even with the most basic LHS

rule "nothing for 1m"
when
    $monitor : Monitor( )
then
    System.out.println( ">>>>>>>>>>>>>>>>>>>>>>> not working: " );
end

--
View this message in context: http://drools.46999.n3.nabble.com/rules-users-Truth-maintenance-and-RHS-variables-tp3722632p3722952.html
Sent from the Drools: User forum mailing list archive at Nabble.com.



More information about the rules-users mailing list