Hello,

I use the JessDE editor within the Eclipse IDE to write my rules.
I have written a simple rule


(watch facts)
(watch activations)
(watch rules)

(assert (TRUE))
(assert (b))

(defrule rule
  (b)
  =>
  (printout t "in rule....RHS excecuted" crlf))


When I execute it, I get the following output in the console

Jess, the Rule Engine for the Java Platform
Copyright (C) 2006 Sandia Corporation
Jess Version 7.0p1 12/21/2006

This copy of Jess will expire in 28 day(s).
==> f-0 (MAIN::TRUE)
==> f-1 (MAIN::b)
==> Activation: MAIN::rule :  f-1


However, the RHS of the rule is not been executed, even though rule is
activated on f-1 fact.

Can you please tell me what the problem is?

Thanks


-Shilpi

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to