JESS: Or problem

2005-11-11 Thread mauricio rincon
Hi...I have a problem with OR (v) operator. I´m using this operator in a rule, that should be fired only once when both of the conditions happened . The problem is that if both events are happening, the rule fires twice. example; (defrule names (or (name mao) (name july)) = (printout "hello

Re: JESS: Or problem

2005-11-11 Thread ejfried
I think mauricio rincon wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] Hi... I have a problem with OR (v) operator. I_m using this operator in a rule, that should be fired only once when both of the conditions happened . The problem is that if both events are happening, the

JESS: Defquery problem

2004-05-04 Thread Michael Knapik
The following code is a defquery that is not doing anything; I expected a printout of a condition code of 1091 - the one that is part of the defclass (and thence a definstance executed from within a Java program)) declared as: (defclass event com.phs3.data.ojb.EventImpl ) I know event has

JESS: Classpath problem

2004-04-27 Thread dnoelke
Hello, I have a problem like this: I added a selfwritten class compiled to a directory, that is included in my windows classpath. But i think jess cant retrieve it. is there any other classpath to set? jess always gives the error message: cant find method in class java.lang.string What may