Re: [rules-users] Using DSL and accumulate in Drools BRMS leads to unexpected results

2007-09-25 Thread Cristiano Giuffrida
Thanks, I just opened a JIRA: http://jira.jboss.com/jira/browse/JBRULES-1219 Should I open a JIRA for the following problem, too? http://www.nabble.com/org.drools.base.accumulators.CountAccumulateFunction-error-with-Drools-BRMS-4.0.1-tf4414590.html#a12592552 Regards, CG On 9/11/07, Edson

Re: [rules-users] Using DSL and accumulate in Drools BRMS leads to unexpected results

2007-09-25 Thread Edson Tirelli
Please do. 2007/9/25, Cristiano Giuffrida [EMAIL PROTECTED]: Thanks, I just opened a JIRA: http://jira.jboss.com/jira/browse/JBRULES-1219 Should I open a JIRA for the following problem, too?

[rules-users] Using DSL and accumulate in Drools BRMS leads to unexpected results

2007-09-11 Thread pentarious
Hi, I'm using the following DSL: [when]There are at least {N} objects in the domain=Number(intValue={N}) from accumulate ( i : Object(), count( i ) ) [when]- category is {Category}=category== {Category} Using the above DSL from Drools BRMS leads to the following result (rule source code):