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
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to