Re: JESS: another JESS--classloader problem

2002-08-26 Thread Igor Gorbunov
Thank you very much for your reply, Ernest! I didn't expect to get it on Saturday :). Thanks! In real code I use my object, not String instance, as an argument, but the error is the same. As I have mentioned, my goal is to load .clp files with (batch) command from a .jar file. Do I understand

JESS: Diff between rete.run() and rete.executeCommand((run))?

2002-08-26 Thread Alexander Lamb
As in subject, what is the recommended way of doing? Indeed, in the pump example, it is written: Pump p = new Pump(MAIN, t); // Tell Jess about them Funcall f = new Funcall(definstance, rete); f.add(new Value(pump, RU.ATOM)); f.add(new Value(p));

Re: JESS: Diff between rete.run() and rete.executeCommand((run)) ?

2002-08-26 Thread ejfried
I think Alexander Lamb wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] As in subject, what is the recommended way of doing? Indeed, in the pump example, it is written: Pump p = new Pump(MAIN, t); // Tell Jess about them Funcall f = new

Re: JESS: another JESS--classloader problem

2002-08-26 Thread ejfried
I've only started to worry about some of the more esoteric ClassLoader issues recently; I ran into several while writing the enterprise application parts of the Jess book, and am making some Jess modifications in response. The problem you're seeing would arise in 6.1a3 if the class loader that