Re: JESS: Method not found

2004-05-04 Thread Dusan Sormaz
You need to tell us what class is X. From my experience if X is java.lang.String this may mean that you need import statements in jess, like: (import java.util.*) If Jess can not find class, it treats first argument to call as an instance of java.lang.String class. Otherwise may be scope issue

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