Ok, I misspelled the deftemplate.

Helge Hartmann schrieb:
Thanks for that.

I have another problem. When I add a shadow fact from Java, the fact is not placed in the MAIN module.

I store the Bid from Java with

            this.knowledge.store("latestBid", bid);
            String cmd1 =
                "(add (fetch latestBid))";
            try {
                this.knowledge.eval(cmd1);
            } catch (JessException e) {

How can I set the module to which the fact shall be assertet?

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