<span style="font-weight: bold;">Hi all,</span><br style="font-weight: bold;"><br style="font-weight: bold;"><span style="font-weight: bold;">can some one help me????? I don&#39;t understand why this drl</span><br><br><div style="margin-left: 80px; color: rgb(0, 0, 153);">
package org.drools.examples.decisiontable;<br>#generated from Decision Table<br>import com.RuleEngine.ControlloreNodo.*;<br>import com.RuleEngine.ControlloreNodo.OggettiControllo.Azione;<br>import com.RuleEngine.ControlloreNodo.OggettiStato.StatoNodo
;<br>global StatoNodo statoNodo;<br>global Azione azione;<br>function controllo(String a)<br>{<br>&nbsp;return statoNodovariabiliInOR(a);<br>}<br>#From row number: 13<br>rule &quot;Pricing bracket_13&quot;<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; when<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; controllo(&quot;18&quot;)<br>&nbsp;&nbsp;&nbsp; then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; azione.setNomeAzione(&quot;ciao&quot;);<br>end<br></div><br><span style="font-weight: bold;">Gives me this type of error:&nbsp; </span><span style="color: rgb(255, 0, 0); font-weight: bold;">
[13,12]: unknown:13:12 mismatched token: [@102,476:479=&#39;&quot;18&quot;&#39;,&lt;20&gt;,13:12]; expecting type RIGHT_PAREN<br><br><br>Thanks<span style="font-weight: bold;">,<br>Raffo<br></span></span>