[rules-users] sliding window combination ?

Andre morpheusandre at web.de
Fri Jul 8 03:51:09 EDT 2011


ok in the xsd version 1.3  there it is 
<bean class="<functionclass>" id="id">
...
 <drools:accumulate-functions>
             	<drools:accumulate-function
name="countMatchingRequestSubjectIds" ref="id"/>
  </drools:accumulate-functions>

another thing is:
the docu says implement
org.drools.runtime.rule.TypedAccumulateFunction, which is not correct
the drools  requires
org.drools.base.accumulators.AccumulateFunction;
 be careful there is also an 
org.drools.runtime.rule.AccumulateFunction!

--
View this message in context: http://drools.46999.n3.nabble.com/sliding-window-combination-tp3132340p3151094.html
Sent from the Drools: User forum mailing list archive at Nabble.com.



More information about the rules-users mailing list