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

JESS: Multimap throws exception

2005-11-26 Thread Yura
Hi jess-users Is this ok that jess.Multimap doesn't implement Serializable? It throws java.io.NotSerializableException on issuing 'bsave'. Yuri To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the

JESS: Editor couldn't be initialized

2005-11-23 Thread Yura
Hi jess-users I'm receiving the Editor couldn't be initialized when trying to open clp-files in Jess70b4-editor (yes, I tried the -clean switch). Jess70b3 works well. Can anybody help? Yuri To unsubscribe, send the words

Re: JESS: Object to built-in type

2005-11-18 Thread Yura
Thanks a lot - intValue works fine. Yuri