Re: [rules-users] infinite loop rules problem

2009-09-29 Thread Costigliola Joel (EXT)
ers-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] De la part de Wolfgang Laun Envoyé : lundi 28 septembre 2009 19:37 À : Rules Users List Objet : Re: [rules-users] infinite loop rules problem Collecting stuff from several matches into a single Collector fact is best done by letting match

Re: [rules-users] infinite loop rules problem

2009-09-28 Thread Wolfgang Laun
Collecting stuff from several matches into a single Collector fact is best done by letting matches occur with rules at salience N. Then, put a single rule matching the Collector, without any constraints, at salience < N. This matches any Collector fact, and, in the consequence you should remove thi

[rules-users] infinite loop rules problem

2009-09-28 Thread Costigliola Joel (EXT)
Hello, Me again and no it is not spamming, and I'm still drools newbie ;-) I was facing a problem of infinite loop with one of my rule, I have solved it but I'm wondering if my solution is not too costful on a performance point of view. So my question is really on the most efficient way of solv