[rules-users] Field value is different when and then section, very strange. Is it mvel vs java issue

kina06 reachkn6 at gmail.com
Tue Oct 30 10:43:44 EDT 2012


Does update(account) causes all rules to be rerun? I don't want that, at the
same time I don't want to use modify as it's not very easy to use, I have
several rules that I will hve to change 

I like the option of coding like the following and then one function call
that will notify the rule engine that this object is modified so next rule
has latest changes.


account.setSomeField('xxxx);
account.setStatus('ssss');
account.setExpiry(xyxCalss.getExpiryDate());

NOW call a function to notify that account is changed.

How can I do it?



--
View this message in context: http://drools.46999.n3.nabble.com/Field-value-is-different-when-and-then-section-very-strange-Is-it-mvel-vs-java-issue-tp4020550p4020577.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list