Thanks!
Comments embedded.

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 27, 2004 10:48 AM
Subject: Re: JESS: Problem updating shadow fact data


> I think Michael Knapik wrote:
> 
> > 
> > ;;(call event setConditionCodeId 9999)
> 
> Variables always have a "?" in their name:
> 
> (call ?event setConditionCodeId 9999)

event is the name given to the defClass! Thre is no ? in that.
(defclass event com.phs3.data.ojb.EventImpl )

that is why I was just usung event not ?event.

> 
> > 
> > (modify 2 (conditionCodeID 9999))
> > 
> 
> Slot names are case-sensitive:
> 
> (modify 2 (conditionCodeId 9999))

Even with that change the slot is not being updated.



Mike

--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to