I think Xiaocheng Luan wrote: > > Hi, > > I'm not sure if this is a limitation, a bug, or just I'm not using > it the right way. In the following example, logical CE has rather > strange behavior - two rules interfere with each other. Any ideas?
This is a very localized problem: here's the patch against 6.1p5: [EMAIL PROTECTED] Jess61]$ cvs diff jess/Node1RTL.java Index: jess/Node1RTL.java =================================================================== RCS file: /home/ejfried/cvsroot/Jess/jess/Node1RTL.java,v retrieving revision 1.6 diff -r1.6 Node1RTL.java 22c22 < if (m_logicalDepends != null) --- > if (m_logicalDepends != null && t.m_tag != RU.UPDATE) This will be in the next release. Thanks again for the report! --------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- 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] --------------------------------------------------------------------
