JESS: Bug?

2005-12-08 Thread Yura
Hi jess-users JessDE doesn't parse this rule (saying: 'TRUE' is a symbol, not an integer): (defrule rule (declare (salience (+ 1 1))) = ) whereas Jesp makes no complaints. Yuri To unsubscribe, send the words 'unsubscribe

Re: JESS: Probelm with property change listeners in Jess7b4

2005-12-08 Thread ejfried
Hi, In Jess 7.0b3, the default for definstance type changed from dynamic to auto. If you specified dynamic as the last argument to definstance, then Jess would try to register itself with your Bean as a PropertyChangeListener; this used to be the default, so that you had to write static if you

Re: JESS: Bug?

2005-12-08 Thread ejfried
I think Yura wrote: [Charset koi8-r unsupported, filtering to ASCII...] Hi jess-users JessDE doesn't parse this rule (saying: 'TRUE' is a symbol, not an integer): (defrule rule (declare (salience (+ 1 1))) = ) whereas Jesp makes no complaints. Yep. I can reproduce this and now that you