Dynamic should be an ATOM not a STRING, but this shouln't matter here.

Use the (watch) command and other debugging tools (i.e., print
statements in your Bean methods) to try to narrow the problem down to
somethign a bit more specific than "not working," and ask for help if
you get stuck.

I think Adarsh Jain wrote:
> Hi,
> I am not sure if this syntax is correct for using the dynamic keyword in
> definstance, so that rule engine keeps
> track of changes in the property of an object.
> 
>         Funcall f = new Funcall("definstance", rete);
>         f.add(new Value("pop", RU.ATOM));
>         f.add(new Value(popif[0]));
>         f.add(new Value("dynamic",RU.STRING));
> 
> This is not working though the object implements PropertyChangeListener. Any
> ideas how to go about it..
> 
> Thanks,
> Adarsh
> 
> 
> 
> 
> ---------------------------------------------------------------------
> 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]
> ---------------------------------------------------------------------
> 



---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
Org. 8920, MS 9012                  [EMAIL PROTECTED]
PO Box 969                  http://herzberg.ca.sandia.gov
Livermore, CA 94550

---------------------------------------------------------------------
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