RE: JESS: Questions about keeping the JESS engine runningandmore...

2000-09-21 Thread Grant Jokerst
All jess commands have an equilvalent java command. For run-until-halt, simply call the Rete method runUntilHalt(). I am by far no expert butI think you might have towrite your rules differently to handle conflicts. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL

JESS: Issues with incoming asynchonous events

2000-09-18 Thread Grant Jokerst
Hello all, I am new to Jess and I am trying to use it to apply rules against network events (such as SNMP traps). I have been able to apply rules to the events by placing the events in a Queue and modifying a count property in a TrapListener class. The TrapListener class uses a