RE: JESS: retract doesn't work like I want it to do

2006-01-27 Thread Daniela CLARO
I've tried to run your example, but I received: java.lang.ClassNotFoundException: Fehlerauslesen I think that it is missing -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de H|bner Envoyi : vendredi 27 janvier 2006 09:32 @ : jess-users@sandia.gov

JESS: Relation between a Java Bean and Jess - retrieving results

2006-01-26 Thread Daniela CLARO
Hi everybody, As I am developing using JESS, I have some doubts. Here is more one... Consider that I have one fact and the two rules below. They are automatically created using Java and Rete. Actually, I used the STORE and a bean because I want to retrieve (FETCH) a list of results. For example,

RE: JESS: Goal in each action

2006-01-26 Thread Daniela CLARO
give up. From a speech by former Prime Minister, Winston Churchill, during the most trying times of the British Empire; a great leader too soon forgotten by his country after keeping it from being swallowed up by the Nazi Empire during the second world war. On Jan 25, 2006, at 2:51 AM, Daniela

RE: JESS: Relation between a Java Bean and Jess - retrieving results

2006-01-26 Thread Daniela CLARO
, it is passing only one time in the bean. I didn't change anything, but it works correctly. Thank you. Daniela -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Daniela CLARO Envoyi : jeudi 26 janvier 2006

JESS: ExecuteCommand(variable) versus ExecuteCommand(string)

2006-01-26 Thread Daniela CLARO
Hi folks, I am having some problems running my rules in Java using executeCommand. When I run using a variable 'knowledgeBaseRule' that is a StringBuffer rete.executeCommand(knowledgeBaseRule.toString()); I don't receive any answer and it does not call either my bean. When I catch the string

JESS: Goal in each action

2006-01-25 Thread Daniela CLARO
Thank you Ernest, I have more questions about it...The first one is that I'd read that Jess memorizes each rule that it passes and so Jess doesn't pass two times in the same rule. Am I right? If yes, in Monkey and Bananas example, I do not understand why it changes the goal in some actions,

JESS: Capturing another solution

2006-01-24 Thread Daniela CLARO
Hi everybody, I developed a simple plan using Jess, and I know that it can propose me another solution, how can I run Jess in order that it proposes me another plan? Actually, I want to know the ; in Prolog, what I do it in Jess? Thank you, Daniela

JESS: Watch all - '1 ' inside defrule

2006-01-24 Thread Daniela CLARO
Hi, I have one more question, I did an (watch all) to my batch program, and actually I found the in some rules that I defined it put this character 1 and it duplicate my rule. MAIN::installer-barreaux-metallique: =1=1=1=1+t MAIN::installer-barreaux-metallique1: =1=1=1=1+t What actually this

JESS: RE: Understanding JESS

2005-11-04 Thread Daniela CLARO
? Maybe that will give us a clue as to what's happening. I think Daniela CLARO wrote: Hi everybody, I am a new user of JESS and I am coming from Prolog's world, so I have some misunderstanding using Jess. First of all, I am trying to create a plan that I will have 3 actions: travel, hotel

JESS: Understanding JESS

2005-11-03 Thread Daniela CLARO
Hi everybody, I am a new user of JESS and I am coming from Prolog's world, so I have some misunderstanding using Jess. First of all, I am trying to create a plan that I will have 3 actions: travel, hotel and rentalCar. As I have some preconditions that must be valid in order to execute an