<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV>The Solicitud object has sumaMontoLCG and sumaMontoGarantia atts as int (primitives).</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Im using 3.0.6 and java 1.5</DIV><DIV><BR class="khtml-block-placeholder"></DIV>I have this simple rule:<DIV><BR class="khtml-block-placeholder"></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#960000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">rule</SPAN></FONT><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"> </SPAN></FONT><FONT class="Apple-style-span" color="#008000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">"montos maximos y minimos"</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#960000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">salience</SPAN></FONT><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"> 888</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#960000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">when</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">a: Actor(tipo :tipoActor == Actor.JefeOficina, max: limiteMaximo, min: limiteMinimo)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">s: Solicitud( sumaLCG: sumaMontoLCG &lt; max, sumaGTIA: sumaMontoGarantia -&gt; ( (sumaLCG.intValue() - sumaGTIA.intValue()) &lt; min.intValue()) )</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#960000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">then</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">System.out.println(</SPAN></FONT><FONT class="Apple-style-span" color="#008000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">"Suma LCG:"</SPAN></FONT><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">+sumaLCG);</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">System.out.println(</SPAN></FONT><FONT class="Apple-style-span" color="#008000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">"Actor lim max:"</SPAN></FONT><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">+max);</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">System.out.println(</SPAN></FONT><FONT class="Apple-style-span" color="#008000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">"Actor tipo:"</SPAN></FONT><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">+tipo);</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#960000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">end</SPAN></FONT></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Fire the rule shows me this error:</DIV><DIV><FONT class="Apple-style-span" color="#000080" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px; text-decoration: underline;">org.drools.RuntimeDroolsException</SPAN></FONT><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">: </SPAN></FONT><FONT class="Apple-style-span" color="#000080" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px; text-decoration: underline;">java.lang.ArrayIndexOutOfBoundsException</SPAN></FONT><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">: 1</SPAN></FONT><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.rule.PredicateConstraint.isAllowed(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.common.BetaNodeBinder.isAllowed(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.TupleSource.attemptJoin(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.JoinNode.assertTuple(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.LeftInputAdapterNode.createAndAssertTuple(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.LeftInputAdapterNode.assertObject(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.ObjectSource.propagateAssertObject(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.AlphaNode.assertObject(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.ObjectSource.propagateAssertObject(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.ObjectTypeNode.assertObject(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.Rete.assertObject(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.ReteooRuleBase.assertObject(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.ReteooWorkingMemory.doAssertObject(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.common.AbstractWorkingMemory.assertObject(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.common.AbstractWorkingMemory.assertObject(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at cl.bluesoft.jbrules.loader.solcred.SolcredRulesPoC.fireRulesSOLCRED(</SPAN></FONT><FONT class="Apple-style-span" color="#000080" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px; text-decoration: underline;">SolcredRulesPoC.java:85</SPAN></FONT><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at cl.bluesoft.jbrules.loader.solcred.SolcredRulesPoC.main(</SPAN></FONT><FONT class="Apple-style-span" color="#000080" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px; text-decoration: underline;">SolcredRulesPoC.java:40</SPAN></FONT><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">Caused by: </SPAN></FONT><FONT class="Apple-style-span" color="#000080" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px; text-decoration: underline;">java.lang.ArrayIndexOutOfBoundsException</SPAN></FONT><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">: 1</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.FactHandleList.get(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.TupleKey.get(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.ReteTuple.get(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.reteoo.ReteTuple.get(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at cl.bluesoft.jbrules.rules.solcred.Rule_montos_maximos_y_minimos_0Predicate0Invoker.evaluate(</SPAN></FONT><FONT class="Apple-style-span" color="#000080" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px; text-decoration: underline;">Rule_montos_maximos_y_minimos_0Predicate0Invoker.java:14</SPAN></FONT><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">... 17 more</SPAN></FONT></DIV><BR class="khtml-block-placeholder"></DIV><DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>When I change the column to:</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">s: Solicitud( sumaLCG: sumaMontoLCG &lt; max, sumaGTIA: sumaMontoGarantia -&gt; ( (sumaLCG - sumaGTIA) &lt; min) )</SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">its shows this error:</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">org.drools.rule.InvalidRulePackage: Rule Compilation error The operator - is undefined for the argument type(s) java.lang.Integer, java.lang.Integer</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; min-height: 15px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.rule.Package.checkValidity(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at org.drools.common.AbstractRuleBase.addPackage(Unknown Source)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at cl.bluesoft.jbrules.loader.solcred.SolcredRulesPoC.readRule(</SPAN></FONT><FONT class="Apple-style-span" color="#000080" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px; text-decoration: underline;">SolcredRulesPoC.java:60</SPAN></FONT><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">)</SPAN></FONT></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><SPAN class="Apple-tab-span" style="white-space:pre">        </SPAN><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">at cl.bluesoft.jbrules.loader.solcred.SolcredRulesPoC.main(</SPAN></FONT><FONT class="Apple-style-span" color="#000080" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px; text-decoration: underline;">SolcredRulesPoC.java:36</SPAN></FONT><FONT class="Apple-style-span" color="#FF0000" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">)</SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"><BR class="khtml-block-placeholder"></SPAN></FONT></DIV><DIV><FONT class="Apple-style-span" face="Monaco" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">This happens in a predicate or in a value expression, so I cant use this formula... What is wrong?</SPAN></FONT></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Thx.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV><SPAN class="Apple-style-span" style="text-decoration: underline;; -khtml-text-decorations-in-effect: underline; "><SPAN class="Apple-style-span" style="-khtml-text-decorations-in-effect: underline; ">                                                                        </SPAN></SPAN><DIV><FONT class="Apple-style-span" size="3"><SPAN class="Apple-style-span" style="font-size: 13px;"><B style="font-size: 13px; font-weight: bold; "><SPAN class="Apple-style-span" style="font-size: 13px; font-weight: bold; ">Felipe Piccolini M.</SPAN></B></SPAN></FONT></DIV><DIV><A href="mailto:felipe.piccolini@bluesoft.cl"><SPAN class="Apple-style-span" style="color: rgb(0, 0, 238); -khtml-text-decorations-in-effect: underline; ">felipe.piccolini@bluesoft.cl</SPAN></A></DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR class="khtml-block-placeholder"></DIV><BR class="Apple-interchange-newline"></SPAN> </DIV><BR></DIV></DIV></BODY></HTML>