I think David G wrote: > Hi! I've encountered several instances of odd behavior where instances are > created, in the fact list, but return error messages about not being able to > be added to Rete. The following rule returns: > > "Could not add BeforeImage to Rete"
This isn't a Jess error message, so I'm guessing it's from some Java code that Jess is embedded in. Jess generally produces very detailed exceptions that explain problems in a thorough if cryptic way. Find out where the exception is being caught, and modify the Java code according to the caveats in section 4.1 of the manual. --------------------------------------------------------- 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] --------------------------------------------------------------------
