[rules-users] Inserting new Object

Tina Vießmann tviessmann at stud.hs-bremen.de
Thu Aug 12 15:56:26 EDT 2010


Hi again ...

I would like to insert a new generated object into the knowledge base.
It seems that
     insert (new Watcher())
  is working. But
     Watcher watcher = new Watcher();
     insert (watcher);
  isn't working?

Why?

Thank you for any explanations. :)

Tina



More information about the rules-users mailing list