Hello Joel,<br><br>nothing on the LHS (between when and then) matters when a rule fires; so eval() and all other CEs are evaluated when facts are inserted.<br><br>So, trying to get rid of the eval&#39;s would be worthwhile.<br>
<br>The second thing (and I agree with Michael) is that you shoudl get rid of collect, which causes the delay during insertion. I&#39;d also use a Collector fact with attributes for deal, a booking rule and a count.<br><br>
rule addCollector<br>when<br>    $deal: <font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">MarketDealModel()<br>   not (Collector( deal == $deal )<br>
then<br>   insert( new Collector( §deal ) );<br>end<br><br>When there is a matching Collector and a </span></font><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">BTExecutionBookingRuleModel matches </span></font>the deal:<br>
then<br> modify the collector by incrementing the count and storing the matched booking rule<br><br>At a lower salience, add 2 rules matching a collector with count == 1 and count != 1 with obvious consequences. (The second one could switch to the next level activation group.)<br>
<br>HTH<br>Wolfgang<br><br>    <br><br><br><div class="gmail_quote">2009/9/11 Costigliola Joel (EXT) <span dir="ltr">&lt;<a href="mailto:joel.costigliola-ext@natixis.com">joel.costigliola-ext@natixis.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">










<div link="blue" vlink="purple" lang="FR">
<div>
<div>

<div>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;">Hi Mike,</span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;"> </span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">Quick reply, thanks !</span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB"> </span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">I think I can’t
use « exists » because I want one and only one booking rule of a specific
level (LEVEL_1, LEVEL_2, …) matching a deal, that’s why the bookingRuleModels
list collected should only contain 1 booking rule. This explain why in the RHS
I’m getting the first booking rule (bookingRuleModels.get(0)).</span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">If there is more than
one booking rule (or none), I switch to the second Drools rule which tries to
find a unique LEVEL_2 booking rule, then same thing if none or too many, switch
to LEVEL_3 booking rule …</span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB"> </span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">Hope you get the idea.</span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB"> </span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">The matchXXX function compare
the XXX criterion of a booking rule (ex Trader) with the corresponding Deal attribute
(ex Trader).</span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">Here’s the implementation
for comparing trader criterion, note that if a booking rule does not specify a
criterion it is considered as matched.</span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB"> </span></font></p>

<p style=""><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">  </span></font><b><font size="2" color="#7f0055" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(127, 0, 85); font-weight: bold;" lang="EN-GB">private</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB"> </span></font><b><font size="2" color="#7f0055" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(127, 0, 85); font-weight: bold;" lang="EN-GB">static</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB"> </span></font><b><font size="2" color="#7f0055" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(127, 0, 85); font-weight: bold;" lang="EN-GB">boolean</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB"> matchCriterion(NorthIdEntity&lt;?&gt; ruleCriterionModel,
NorthIdEntity&lt;?&gt; model) {</span></font><font size="2" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;" lang="EN-GB"></span></font></p>

<p style=""><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">    </span></font><b><font size="2" color="#7f0055" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(127, 0, 85); font-weight: bold;" lang="EN-GB">if</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB"> (ruleCriterionModel == </span></font><b><font size="2" color="#7f0055" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(127, 0, 85); font-weight: bold;" lang="EN-GB">null</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">) {</span></font><font size="2" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;" lang="EN-GB"></span></font></p>


<p style=""><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">      </span></font><font size="2" color="#3f7f5f" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(63, 127, 95);" lang="EN-GB">//
no criterion =&gt; matching ok</span></font><font size="2" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;" lang="EN-GB"></span></font></p>

<p style=""><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">      </span></font><b><font size="2" color="#7f0055" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(127, 0, 85); font-weight: bold;" lang="EN-GB">return</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB"> </span></font><b><font size="2" color="#7f0055" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(127, 0, 85); font-weight: bold;" lang="EN-GB">true</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">;</span></font><font size="2" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;" lang="EN-GB"></span></font></p>


<p style=""><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">    }</span></font><font size="2" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;" lang="EN-GB"></span></font></p>


<p style=""><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">    </span></font><b><font size="2" color="#7f0055" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(127, 0, 85); font-weight: bold;" lang="EN-GB">return</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB"> ruleCriterionModel.<span style="background: silver none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;">equals</span>(model);</span></font><font size="2" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;" lang="EN-GB"></span></font></p>


<p style=""><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">  </span></font><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;">}</span></font><font size="2" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"></span></font></p>


<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB"> </span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">I have read that eval is
not performant but I thought it was only when executing rules not at facts insertion
phase.</span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">Is this coorect or is eval
impacting negatively facts insertion ? </span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB"> </span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">Another idea comes to
my mind : can I use a stateless session since once a deal is classified/booked
we don’t want to process it again ? </span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB"> </span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">To finish I forgot to
give informations on my environment, it may be useful :</span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">- Drools version 5.01</span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">- java 6 </span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">- launching my server
with following memory options : -Xms256m -Xmx1024m</span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB"> </span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB"> </span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">Thanks again for your
thought,</span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB"> </span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB">Joel</span></font></p>

<p><font size="2" color="blue" face="Verdana"><span style="font-size: 10pt; font-family: Verdana; color: blue;" lang="EN-GB"> </span></font></p>

<div>

<div style="text-align: center;" align="center"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">

<hr size="2" width="100%" align="center">

</span></font></div>

<p><b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma; font-weight: bold;">De :</span></font></b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma;">
<a href="mailto:rules-users-bounces@lists.jboss.org" target="_blank">rules-users-bounces@lists.jboss.org</a>
[mailto:<a href="mailto:rules-users-bounces@lists.jboss.org" target="_blank">rules-users-bounces@lists.jboss.org</a>] <b><span style="font-weight: bold;">De
la part de</span></b> Anstis, Michael (M.)<br>
<b><span style="font-weight: bold;">Envoyé :</span></b> vendredi 11
septembre 2009 10:35<br>
<b><span style="font-weight: bold;">À :</span></b> Rules Users List<br>
<b><span style="font-weight: bold;">Objet :</span></b> Re: [rules-users]
Memory error when inserting facts in stateful session</span></font></p>

</div><div><div></div><div class="h5">

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> </span></font></p>

<p><font size="2" color="blue" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: blue;">Hi,</span></font></p>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> </span></font></p>

<p><font size="2" color="blue" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: blue;">As an aside, you shouldn&#39;t need to use a
rule flow as the rules themselves determine which RHS is activated. Could you
consider using &quot;exists&quot; instead of the &quot;ArrayList( size == 1)
from collect...&quot; - it looks like you&#39;re not too bothered which Booking
Rule matches as (I believe) you have no way to determine which is at index(0).
Also, what do your &quot;matchXXX&quot; functions do? Could you investigate
removing the &quot;evals&quot;?</span></font></p>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> </span></font></p>

<p><font size="2" color="blue" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: blue;">I don&#39;t have any knowledge of your domain
- we&#39;re all newbies at some time or other.</span></font></p>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> </span></font></p>

<p><font size="2" color="blue" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: blue;">With kind regards,</span></font></p>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> </span></font></p>

<p><font size="2" color="blue" face="Arial"><span style="font-size: 10pt; font-family: Arial; color: blue;">Mike</span></font></p>

<blockquote style="margin-top: 5pt; margin-right: 0cm; margin-bottom: 5pt;">

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> </span></font></p>

<div style="text-align: center;" align="center"><font size="3" face="Times New Roman"><span style="font-size: 12pt;" lang="EN-US">

<hr size="2" width="100%" align="center">

</span></font></div>

<p style="margin-bottom: 12pt;"><b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma; font-weight: bold;" lang="EN-US">From:</span></font></b><font size="2" face="Tahoma"><span style="font-size: 10pt; font-family: Tahoma;" lang="EN-US">
<a href="mailto:rules-users-bounces@lists.jboss.org" target="_blank">rules-users-bounces@lists.jboss.org</a>
[mailto:<a href="mailto:rules-users-bounces@lists.jboss.org" target="_blank">rules-users-bounces@lists.jboss.org</a>] <b><span style="font-weight: bold;">On
Behalf Of </span></b>Costigliola Joel (EXT)<br>
<b><span style="font-weight: bold;">Sent:</span></b> 11 September 2009 09:21<br>
<b><span style="font-weight: bold;">To:</span></b> <a href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a><br>
<b><span style="font-weight: bold;">Subject:</span></b> [rules-users] Memory
error when inserting facts in stateful session</span></font><span lang="EN-US"></span></p>

<div>

<div>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;">Hello,</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">To be short I’m facing some
performance/memory problems with Drools which leads to the error :
java.lang.OutOfMemoryError: Java heap space.</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">That was for the short story, let me now
give you more details.</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">First, I’m a Drools newbie so I certainly
have made some “bad” choice.</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">I’m using Drools 5.01 to classify
automatically the deals made by the traders of my company (this is the
functionnal problem I want to solve with Drools).</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">I have written 4 rules, a rule-flow and start the
deals classifying process with a stateful session.</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">I have successfully (unit) tested different
scenarios, so everything is ok on a functionnal point of view.</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">Problems arise when I started to insert
more deals in the session, which leads to an OutOfMemoryError before the call
to ksession.fireAllRules. logs are below (after the drools rule).</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">Number of facts I have tried to insert in my
statefull session :</span></font></p>

<p style="margin-left: 36pt;"><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">-</span></font><font size="1"><span style="font-size: 7pt;" lang="EN-GB">        
</span></font><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">222 booking rule (POJO expressing classification criteria)
</span></font></p>

<p style="margin-left: 36pt;"><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">-</span></font><font size="1"><span style="font-size: 7pt;" lang="EN-GB">        
</span></font><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">750 product index </span></font></p>

<p style="margin-left: 36pt;"><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">-</span></font><font size="1"><span style="font-size: 7pt;" lang="EN-GB">        
</span></font><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">750 deals </span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">What drools does here is to find the
correct booking rule to apply for each deal (we need some product index for
that).</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">Can you tell me if those numbers seems
unrealistic ?</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">What can I do to avoid the memory errors ?</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">To be complete, I show you the drools
rules :</span></font></p>

<p><b><font size="2" color="#960000" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(150, 0, 0); font-weight: bold;" lang="EN-GB">rule</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB"> </span></font><font size="2" color="green" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;" lang="EN-GB">&quot;Find
and apply level 1 booking rule&quot;</span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">     
</span></font><b><font size="2" color="#960000" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(150, 0, 0); font-weight: bold;" lang="EN-GB">lock-on-active</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB"> </span></font><b><font size="2" color="#960000" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(150, 0, 0); font-weight: bold;" lang="EN-GB">true</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB"> </span></font></p>




<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">     
</span></font><b><font size="2" color="#960000" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(150, 0, 0); font-weight: bold;" lang="EN-GB">ruleflow-group</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB"> </span></font><font size="2" color="green" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;" lang="EN-GB">&quot;Level
1 booking rule group&quot;</span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">     
</span></font><b><font size="2" color="#960000" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(150, 0, 0); font-weight: bold;" lang="EN-GB">when</span></font></b></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">           
dealModel : MarketDealModel( $dealPortfolio : portfolio, $dealTrader : trader,
$dealProduct : product)</span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">           
</span></font><font size="2" color="olive" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: olive;" lang="EN-GB">// retrieve the
ProductRelatedIndexes corresponding to the deal product (only one by
product)  </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">           
productRelatedIndexes : ProductRelatedIndexes( product.internalCode ==
$dealProduct.internalCode, $dealProductIndexes : relatedIndexes)</span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">           
</span></font><font size="2" color="olive" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: olive;" lang="EN-GB">// try to find
one and only one level 1 matching rule (level 1 &lt;=&gt; all matching criteria
are defined).</span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">           
bookingRuleModels : ArrayList( size == 1 ) </span></font><b><font size="2" color="#960000" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(150, 0, 0); font-weight: bold;" lang="EN-GB">from</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB"> </span></font><b><font size="2" color="#960000" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(150, 0, 0); font-weight: bold;" lang="EN-GB">collect</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB"> (</span></font></p>




<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">                 
BTExecutionBookingRuleModel(</span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">                       
priority == BTExecutionBookingRuleModel.LEVEL_1</span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">                       
&amp;&amp; </span></font><b><font size="2" color="#960000" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(150, 0, 0); font-weight: bold;" lang="EN-GB">eval</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">(matchTraderCriterion(traderCriterion, $dealTrader))</span></font></p>




<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">                       
&amp;&amp; </span></font><b><font size="2" color="#960000" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(150, 0, 0); font-weight: bold;" lang="EN-GB">eval</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">(matchPortfolioCriterion(portfolioCriterion, $dealPortfolio)) </span></font></p>




<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">                       
&amp;&amp; </span></font><b><font size="2" color="#960000" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(150, 0, 0); font-weight: bold;" lang="EN-GB">eval</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">(matchIndexCriterion(listedIndexCriterion, $dealProductIndexes))</span></font></p>




<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">                       
&amp;&amp; </span></font><b><font size="2" color="#960000" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(150, 0, 0); font-weight: bold;" lang="EN-GB">eval</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">(matchProductTypeCriterion(productTypeStringCriterion,
$dealProduct)) </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">                 
)</span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">           
)</span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">     
</span></font><b><font size="2" color="#960000" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(150, 0, 0); font-weight: bold;" lang="EN-GB">then</span></font></b></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">           
Logger log = LoggerFactory.getLogger(</span></font><font size="2" color="green" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;" lang="EN-GB">&quot;BOOKING RULE ENGINE LOGGER&quot;</span></font><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">);</span></font></p>




<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">           
</span></font><font size="2" color="olive" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: olive;" lang="EN-GB">// get the
unique collected bookingRuleModel. </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">           
BTExecutionBookingRuleModel effectiveBookingRuleModel =
(BTExecutionBookingRuleModel) bookingRuleModels.get(0);</span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">           
</span></font><font size="2" color="olive" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: olive;" lang="EN-GB">//
<a href="http://log.info" target="_blank">log.info</a>(&quot;Found matching level 1 booking rule --&gt; &quot; +
effectiveBookingRuleModel);</span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">           
effectiveBookingRuleModel.applyRuleOnDeal(dealModel);</span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">           
</span></font><b><font size="2" color="#960000" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(150, 0, 0); font-weight: bold;" lang="EN-GB">retract</span></font></b><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">( dealModel );  </span></font><font size="2" color="olive" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: olive;" lang="EN-GB">// only needed in use of stateful session to avoid processing this
deal again.</span></font></p>



<p><b><font size="2" color="#960000" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(150, 0, 0); font-weight: bold;">end</span></font></b></p>



<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">I don’t put the 3 others, they are
basically the same except the </span></font><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">priority == BTExecutionBookingRuleModel.LEVEL_1 which is done
against LEVEL_2, LEVEL_3 and LEVEL_4 rule.</span></font></p>



<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">Each rule is in his own ruleflow-group, it is very
basic, if first drools rule is not active then we try the second (with compares
</span></font><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">priority to
BTExecutionBookingRuleModel.LEVEL_2).</span></font></p>



<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">I also put some logs showing that
inserting deals fact takes longer and longer : </span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">- the 222 booking rule are inserted in 16ms</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">- the 750 booking rule are inserted in 46ms</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">- the 750 facts are inserted at a pace of 5 by
second, then it starts to deteriorate to several seconds for one insert to
finish with the OutOfMemoryError.</span></font></p>

<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:46:50 134 INFO  [booking.impl.DealBookingProcessorImpl] 658
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:46:50 244 INFO  [booking.impl.DealBookingProcessorImpl] 659
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:46:50 369 INFO  [booking.impl.DealBookingProcessorImpl] 660
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:46:51 197 INFO  [booking.impl.DealBookingProcessorImpl] 661
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:46:51 306 INFO  [booking.impl.DealBookingProcessorImpl] 662
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:46:51 540 INFO  [booking.impl.DealBookingProcessorImpl] 663
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:46:51 650 INFO  [booking.impl.DealBookingProcessorImpl] 664
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:46:51 775 INFO  [booking.impl.DealBookingProcessorImpl] 665
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:46:51 884 INFO  [booking.impl.DealBookingProcessorImpl] 666
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:46:52 009 INFO  [booking.impl.DealBookingProcessorImpl] 667
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:46:52 134 INFO  [booking.impl.DealBookingProcessorImpl] 668
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:46:52 243 INFO  [booking.impl.DealBookingProcessorImpl] 669
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:46:52 368 INFO  [booking.impl.DealBookingProcessorImpl] 670
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:32 784 INFO  [booking.impl.DealBookingProcessorImpl] 671
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:33 003 INFO  [booking.impl.DealBookingProcessorImpl] 672
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:33 128 INFO  [booking.impl.DealBookingProcessorImpl] 673
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:33 253 INFO  [booking.impl.DealBookingProcessorImpl] 674
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:33 362 INFO  [booking.impl.DealBookingProcessorImpl] 675
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:33 487 INFO  [booking.impl.DealBookingProcessorImpl] 676
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:33 596 INFO  [booking.impl.DealBookingProcessorImpl] 677
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:33 721 INFO  [booking.impl.DealBookingProcessorImpl] 678
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:33 831 INFO  [booking.impl.DealBookingProcessorImpl] 679
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:33 956 INFO  [booking.impl.DealBookingProcessorImpl] 680
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:34 128 INFO  [booking.impl.DealBookingProcessorImpl] 681
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:56 218 INFO  [booking.impl.DealBookingProcessorImpl] 682
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:56 374 INFO  [booking.impl.DealBookingProcessorImpl] 683
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:56 483 INFO  [booking.impl.DealBookingProcessorImpl] 684
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:56 608 INFO  [booking.impl.DealBookingProcessorImpl] 685
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:56 733 INFO  [booking.impl.DealBookingProcessorImpl] 686
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:56 858 INFO  [booking.impl.DealBookingProcessorImpl] 687
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:56 968 INFO  [booking.impl.DealBookingProcessorImpl] 688
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:57 093 INFO  [booking.impl.DealBookingProcessorImpl] 689
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:57 218 INFO  [booking.impl.DealBookingProcessorImpl] 690
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:47:57 421 INFO  [booking.impl.DealBookingProcessorImpl] 691
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:05 404 INFO  [booking.impl.DealBookingProcessorImpl] 692
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:05 529 INFO  [booking.impl.DealBookingProcessorImpl] 693
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:05 654 INFO  [booking.impl.DealBookingProcessorImpl] 694
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:05 763 INFO  [booking.impl.DealBookingProcessorImpl] 695
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:05 888 INFO  [booking.impl.DealBookingProcessorImpl] 696
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:05 998 INFO  [booking.impl.DealBookingProcessorImpl] 697
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:06 123 INFO  [booking.impl.DealBookingProcessorImpl] 698
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:06 357 INFO  [booking.impl.DealBookingProcessorImpl] 699
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:14 184 INFO  [booking.impl.DealBookingProcessorImpl] 700
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:14 293 INFO  [booking.impl.DealBookingProcessorImpl] 701
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:14 418 INFO  [booking.impl.DealBookingProcessorImpl] 702
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:14 543 INFO  [booking.impl.DealBookingProcessorImpl] 703
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:14 668 INFO  [booking.impl.DealBookingProcessorImpl] 704
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:14 856 INFO  [booking.impl.DealBookingProcessorImpl] 705
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:22 761 INFO  [booking.impl.DealBookingProcessorImpl] 706
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:22 886 INFO  [booking.impl.DealBookingProcessorImpl] 707
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:22 995 INFO  [booking.impl.DealBookingProcessorImpl] 708
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:23 120 INFO  [booking.impl.DealBookingProcessorImpl] 709
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:23 323 INFO  [booking.impl.DealBookingProcessorImpl] 710
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:32 166 INFO  [booking.impl.DealBookingProcessorImpl] 711
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:32 290 INFO  [booking.impl.DealBookingProcessorImpl] 712
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:32 400 INFO  [booking.impl.DealBookingProcessorImpl] 713
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:32 634 INFO  [booking.impl.DealBookingProcessorImpl] 714
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:40 570 INFO  [booking.impl.DealBookingProcessorImpl] 715
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:40 695 INFO  [booking.impl.DealBookingProcessorImpl] 716
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:40 899 INFO  [booking.impl.DealBookingProcessorImpl] 717
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:48 850 INFO  [booking.impl.DealBookingProcessorImpl] 718
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:48 975 INFO  [booking.impl.DealBookingProcessorImpl] 719
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:49 272 INFO  [booking.impl.DealBookingProcessorImpl] 720
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:57 209 INFO  [booking.impl.DealBookingProcessorImpl] 721
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:48:57 505 INFO  [booking.impl.DealBookingProcessorImpl] 722
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:49:05 598 INFO  [booking.impl.DealBookingProcessorImpl] 723
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:49:13 722 INFO  [booking.impl.DealBookingProcessorImpl] 724
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:49:21 752 INFO  [booking.impl.DealBookingProcessorImpl] 725
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:49:29 813 INFO  [booking.impl.DealBookingProcessorImpl] 726
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:49:37 921 INFO  [booking.impl.DealBookingProcessorImpl] 727
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:49:53 809 INFO  [booking.impl.DealBookingProcessorImpl] 728
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="black" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: black;" lang="EN-GB">2009-09-11
09:50:26 507 INFO  [booking.impl.DealBookingProcessorImpl] 729
MarketDealModel inserted in Drools session </span></font></p>



<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">Exception in
thread &quot;Timer-0&quot; java.lang.OutOfMemoryError: Java heap space</span></font></p>



<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at java.lang.Object.clone(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">Native Method</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at java.util.LinkedList.clone(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">LinkedList.java:830</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at com.mchange.v2.resourcepool.BasicResourcePool.cloneOfUnused(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">BasicResourcePool.java:1661</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at com.mchange.v2.resourcepool.BasicResourcePool.cullExpired(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">BasicResourcePool.java:1450</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at com.mchange.v2.resourcepool.BasicResourcePool.access$1900(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">BasicResourcePool.java:32</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at com.mchange.v2.resourcepool.BasicResourcePool$CullTask.run(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">BasicResourcePool.java:1937</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at java.util.TimerThread.mainLoop(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">Timer.java:512</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at java.util.TimerThread.run(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">Timer.java:462</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">Exception in
thread &quot;Ice.ThreadPool.Server-1&quot; java.lang.OutOfMemoryError: Java
heap space</span></font></p>



<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.mvel2.integration.impl.ClassImportResolverFactory.&lt;init&gt;(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">ClassImportResolverFactory.java:49</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.mvel2.compiler.CompiledExpression.getValue(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">CompiledExpression.java:104</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.mvel2.MVEL.executeExpression(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">MVEL.java:978</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.drools.base.mvel.MVELPredicateExpression.evaluate(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">MVELPredicateExpression.java:75</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.drools.rule.PredicateConstraint.isAllowedCachedLeft(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">PredicateConstraint.java:295</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.drools.common.SingleBetaConstraints.isAllowedCachedLeft(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">SingleBetaConstraints.java:138</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.drools.reteoo.JoinNode.assertLeftTuple(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">JoinNode.java:114</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.drools.reteoo.CompositeLeftTupleSinkAdapter.doPropagateAssertLeftTuple(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">CompositeLeftTupleSinkAdapter.java:145</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at
org.drools.reteoo.CompositeLeftTupleSinkAdapter.createAndPropagateAssertLeftTuple(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">CompositeLeftTupleSinkAdapter.java:57</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.drools.reteoo.LeftInputAdapterNode.assertObject(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">LeftInputAdapterNode.java:142</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.drools.reteoo.SingleObjectSinkAdapter.propagateAssertObject(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">SingleObjectSinkAdapter.java:42</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.drools.reteoo.ObjectTypeNode.assertObject(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">ObjectTypeNode.java:185</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.drools.reteoo.EntryPointNode.assertObject(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">EntryPointNode.java:146</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.drools.common.AbstractWorkingMemory.insert(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">AbstractWorkingMemory.java:1046</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.drools.common.AbstractWorkingMemory.insert(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">AbstractWorkingMemory.java:1001</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.drools.common.AbstractWorkingMemory.insert(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">AbstractWorkingMemory.java:788</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at org.drools.impl.StatefulKnowledgeSessionImpl.insert(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">StatefulKnowledgeSessionImpl.java:216</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">     
at north.stardust2.services.trading.booking.impl.DealBookingProcessorImpl.insertDealFacts(</span></font><u><font size="2" color="navy" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: navy;" lang="EN-GB">DealBookingProcessorImpl.java:200</span></font></u><font size="2" color="red" face="Courier New"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;" lang="EN-GB">)</span></font></p>




<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">So to summarize my questions
: </span></font></p>

<p style="margin-left: 36pt;"><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">-</span></font><font size="1"><span style="font-size: 7pt;" lang="EN-GB">        
</span></font><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">how can I fix the facts insertion ?</span></font></p>

<p style="margin-left: 36pt;"><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">-</span></font><font size="1"><span style="font-size: 7pt;" lang="EN-GB">        
</span></font><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">is there some newbie mistakes in my approach ?</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">Thanks in advance for your help,</span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">Regards, </span></font></p>

<p><font size="2" face="Verdana"><span style="font-size: 10pt; font-family: Verdana;" lang="EN-GB">Joël Costigliola</span></font></p>

</div>

<font size="3" face="Times New Roman"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;;"></span></font>

<div>

<div style="text-align: center;" align="center"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">

<hr size="2" width="100%" align="center">

</span></font></div>

</div>

<div>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> </span></font></p>

</div>

<div>

<p><font size="2" color="black" face="Times New Roman"><span style="font-size: 10pt; color: black;">Ce courriel et toutes les pièces jointes
sont confidentiels et peuvent être couverts par un privilège ou une protection
légale. Il est établi à l’attention exclusive de ses destinataires. Toute
utilisation de ce courriel non conforme à sa destination, toute diffusion ou
toute publication, totale ou partielle, est interdite, sauf autorisation
expresse préalable. Toutes opinions exprimées dans ce courriel ne sauraient
nécessairement refléter celle de Natixis, de ses filiales. Elles sont aussi
susceptibles de modification sans notification préalable. Si vous recevez ce
courriel par erreur, merci de le détruire et d’en avertir immédiatement
l’expéditeur. L’Internet ne permettant pas d’assurer
l’intégrité de ce courriel, Natixis décline toute responsabilité
s’il a été altéré, déformé ou falsifié et chaque destinataire qui utilise
ce mode de communication est supposé en accepter les risques.</span></font> </p>

</div>

<div>

<p><font size="3" face="Times New Roman"><span style="font-size: 12pt;"> </span></font></p>

</div>

<div>

<p><font size="2" color="black" face="Times New Roman"><span style="font-size: 10pt; color: black;">This email and any attachment are
confidential and may be legally privileged or otherwise protected from
disclosure. It is intended only for the stated addressee(s) and access to it by
any other person(s) is unauthorised. Any use, dissemination or disclosure not
in accordance with its purpose, either in whole or in part, is prohibited
without our prior formal approval. Any opinion expressed in this email may not
necessarily reflect the opinion of Natixis, its affiliates. It may also be
subject to change without prior notice. If you are not an addressee, you must not
disclose, copy, circulate or in any other way use or rely on the information
contained in this email. If you have received it in error, please inform us
immediately and delete all copies. The Internet can not guarantee the integrity
of this email therefore Natixis shall not be liable for the email if altered,
changed or falsified and anyone who communicates with us by e-mail is taken to
accept these risks.</span></font> </p>

</div>

<div style="text-align: center;" align="center"><font size="3" face="Times New Roman"><span style="font-size: 12pt;">

<hr size="2" width="100%" align="center">

</span></font></div>

</div>

</blockquote>

</div></div></div>

 </div><div><div></div><div class="h5">
<div>
</div>
<div>
<hr>
</div>
<div align="justify">
<font size="1" color="gray" face="Arial"><span style="font-size: 12pt;"><font face="Arial">
<font size="3" color="#000000" face="Times New Roman">
</font>
</font></span></font> </div>
<div align="justify">
<font color="gray"><span style="font-size: 12pt;"><font size="2" color="#000000">Ce courriel et toutes les pièces jointes sont confidentiels et peuvent être couverts par un privilège ou une protection légale. Il est établi à l’attention exclusive de ses destinataires. Toute utilisation de ce courriel non conforme à sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse préalable. Toutes opinions exprimées dans ce courriel ne sauraient nécessairement refléter celle de Natixis, de ses filiales. Elles sont aussi susceptibles de modification sans notification préalable. Si vous recevez ce courriel par erreur, merci de le détruire et d’en avertir immédiatement l’expéditeur. L’Internet ne permettant pas d’assurer l’intégrité de ce courriel, Natixis décline toute responsabilité s’il a été altéré, déformé ou falsifié et chaque destinataire qui utilise ce mode de communication est supposé en accepter les risques.</font></span></font>
</div>
<div align="justify">
<font color="gray"><span style="font-size: 12pt;"></span></font> </div>
<div align="justify">
<font color="gray"><span style="font-size: 12pt;"></span></font>
<font color="gray"><span style="font-size: 12pt;"><font size="2" color="#000000">This email and any attachment are confidential and may be legally privileged or otherwise protected from disclosure. It is intended only for the stated addressee(s) and access to it by any other person(s) is unauthorised. Any use, dissemination or disclosure not in accordance with its purpose, either in whole or in part, is prohibited without our prior formal approval. Any opinion expressed in this email may not necessarily reflect the opinion of Natixis, its affiliates. It may also be subject to change without prior notice. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this email. If you have received it in error, please inform us immediately and delete all copies. The Internet can not guarantee the integrity of this email therefore Natixis shall not be liable for the email if altered, changed or falsified and anyone who communicates with us by e-mail is taken to accept these risks.</font></span></font>
</div>
<p align="justify">
</p><hr>

<p>
</p>
<p>
</p>

</div></div></div></div>
                                        <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>
<br></blockquote></div><br>