On 8 July 2011 09:51, Andre <span dir="ltr">&lt;<a href="mailto:morpheusandre@web.de">morpheusandre@web.de</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
ok in the xsd version 1.3  there it is<br>
&amp;lt;bean class=&amp;quot;&amp;lt;functionclass&amp;gt;&quot; id=&quot;id&quot;&gt;<br>
...<br>
 &lt;drools:accumulate-functions&gt;<br>
                &lt;drools:accumulate-function<br>
name=&quot;countMatchingRequestSubjectIds&quot; ref=&quot;id&quot;/&gt;<br>
  &lt;/drools:accumulate-functions&gt;<br>
<br>
another thing is:<br>
the docu says implement<br>
org.drools.runtime.rule.TypedAccumulateFunction, which is not correct<br>
the drools  requires<br>
org.drools.base.accumulators.AccumulateFunction;<br>
 be careful there is also an<br>
org.drools.runtime.rule.AccumulateFunction!<br></blockquote><div><br>You should use org.drools.runtime.rule.AccumulateFunction which is in the <b>stable </b>part of the API.<br>-W<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<font color="#888888"><br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/sliding-window-combination-tp3132340p3151094.html" target="_blank">http://drools.46999.n3.nabble.com/sliding-window-combination-tp3132340p3151094.html</a><br>

Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</font></blockquote></div><br>