<div><br></div>   Assuming callA() and callB() are methods on $C, you are missing a comma in between them.<div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); ">modify ($C)<br>
{<br> callA(&quot;UNIX&quot;),<br> callB(&quot;PERL&quot;)<br>}</span><br><br></div><div>   Edson</div><div> <br><div class="gmail_quote">2011/9/27 Tinku <span dir="ltr">&lt;<a href="mailto:dibya.tcs@gmail.com">dibya.tcs@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I try to add two java method calls in the RHS of the rule .It doesnot allow<br>
me to save the DRL file in eclipse .It complaints &quot;Multiple Markers at this<br>
line&quot;.<br>
<br>
However ,commenting one of the method in the RHS works fine ,with-out any<br>
issue..<br>
<br>
Could you pls help me in this..<br>
<br>
Example :<br>
<br>
when<br>
$B : customObject()<br>
$C :result()<br>
<div class="im"><br>
eval($B.getValue(&quot;Database&quot;).equals(&quot;ORACLE&quot;))<br>
<br>
then<br>
</div>modify ($C)<br>
{<br>
  callA(&quot;UNIX&quot;)<br>
  callB(&quot;PERL&quot;)<br>
}<br>
<br>
end<br>
<font color="#888888"><br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Not-able-to-call-parameterizied-Java-method-in-LHS-tp3372552p3374183.html" target="_blank">http://drools.46999.n3.nabble.com/Not-able-to-call-parameterizied-Java-method-in-LHS-tp3372552p3374183.html</a><br>

</font><div><div></div><div class="h5">Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>  Edson Tirelli<br>  JBoss Drools Core Development<br>  JBoss by Red Hat @ <a href="http://www.jboss.com">www.jboss.com</a><br>
</div>