Re: JESS: Jess DE JSR-94

2005-10-05 Thread ejfried
I think erich.oliphant wrote: Hi, We are using the JSR-94 interface but would like to use JessDE for debugging,etc. Will jessDE support the XML formatted files required by the JSR-94 interface ? There are two JSR94 drivers. There's the reference implementation that comes with the JSR94

Re: JESS: Problem with definstance

2005-10-05 Thread ejfried
I think David Firmin wrote: I'm trying to create shadow facts that subclass a deftemplate that's already been added to the Rete. When I try and add the java bean using definstance I get a ClassCastException as follows: java.lang.ClassCastException at

JESS: Firing on subsets (again)

2005-10-05 Thread Jerome Butchergreen
Hey guys I tried your advise but was unsuccessful. Alan, I really thought your method would do exactly what I was trying to accomplish, but I thought that you were saying to assert that line ...as opposed to the '?' being in the rule itself. Here's what I'm trying to do: (MAIN::webservice

Re: JESS: Firing on subsets (again)

2005-10-05 Thread Jerome Butchergreen
Thanks again Alan and I understand what your saying, but the fields where the blank values will be unknown. Therefore to allow any of them to be random I would have to make a useless rule using ? as the varible for everything but the actual service. So even though we would like to match to empty

Re: JESS: Central data storage for multiople Jess instances

2005-10-05 Thread ejfried
I think Bogdan Werth wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] Hello everybody, I working on the model from the field of social simulation. I am using RePast and Jess to make my agents think in a declarative way. At the moment I have a separate Jess instance for every agent