Hello everybody again.
I haven't still solved the problem, but I think it can be related to the
next question:
If I a create a object from Java outside Jess, and then I put it into Jess
using a definstance or bind with a defglobal (all from Java), is it
possible to access from Jess to the changes makes on that object (created
in Java)?
I mean. I create an object outside JESS. I put a reference of this object
into JESS using definstance or defglobal. Perhaps, using definstance or
defglobal the object is passed by value instead of by reference, so the
changes of the object (make from Java outside JESS) cannot be accessed
from JESS and that's the reason why when I used the firePropertyChange()
method, the changes in the object don't fired the rule with the object
used as a pattern.
Perhaps I am wrong, but I don't know what to do.
Could someone explain me, in detail, how I can create a object outside
JESS, put it into JESS and use the firePropertyChange method (from JAVA)
so that it fires a rule in JESS with a pattern=the object put into JESS
(having used the definstance contruct).
I hope you can help me.
Thanks is advanced.
Juan Luis Mulas Platero
ETSIT Valladolid
Spain
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------