I think Jeramy Ross wrote:

>     "(call ?HIEobject triggerAlert (new java.lang.String thing) " +
>     "   (new java.lang.String thing-id)))");

I did see your other post in which you state that you solved your own
problem (explaining a problem to someone else is often all that is
required for you to see a solution to the problem!) but I wanted to
point out something else: you should be able to simply write

  (call ?HIEobject triggerAlert thing thing-id) 

or

  (call ?HIEobject triggerAlert ?thing ?thing-id) 

(I can't tell which you meant). Jess will deal with creating the Java
strings automatically.






---------------------------------------------------------
Ernest Friedman-Hill  
Distributed Systems Research        Phone: (925) 294-2154
Sandia National Labs                FAX:   (925) 294-2234
Org. 8920, MS 9012                  [EMAIL PROTECTED]
PO Box 969                  http://herzberg.ca.sandia.gov
Livermore, CA 94550

--------------------------------------------------------------------
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