The most likely explanation is that assertString() is
throwing an exception that is being ignored in your code. Never write
Java catch blocks that look like
catch (JessException je) {}
Always at least include a print statement in the catch block!
If this isn't it, though, show me the -smallest possible, complete
example- the reproduces the problem and we'll go from there.
I think [EMAIL PROTECTED] wrote:
>
>
> Hello Jess Users;
>
> I have written rules in *.clp file. In this file some rules are fired,
> after an assertion is done from Java.
> I have used assertString method defined in Rete.java in myprogram.java.
> But this assert statement is not asserting the fact, and hence subsequent
> rules are not fired.
>
> Any body can help me how to solve this problem.
>
> If I assert initially in *.clp file, then my rules are working fine.
>
> Thank you
> RagJag
>
---------------------------------------------------------
Ernest Friedman-Hill
Distributed Systems Research Phone: (925) 294-2154
Sandia National Labs FAX: (925) 294-2234
Org. 8920, MS 9214 [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]
---------------------------------------------------------------------