<div><font face="verdana,sans-serif">Hello All,</font></div>
<div><font face="Verdana"></font> </div>
<div><font face="verdana,sans-serif">From the Expert documentation, I am trying to create the rule(below) in Guvnor</font></div>
<div>
<div><font face="verdana,sans-serif">Guvnor Version : 5.1.1</font></div></div>
<div><font face="verdana,sans-serif"></font> </div>
<div><font face="Verdana">I am not able to build a rule which has &#39;from&#39; keyword. Is it supported in Guvnor ?</font></div>
<div><font face="Verdana">Also I am not able to achieve the combination of NOT &amp; FROM in a business rule.</font></div>
<div><font face="Verdana">Is it possible ?</font></div>
<div><font face="Verdana"></font> </div>
<div><font face="verdana,sans-serif">------------------------------------------------------------------------------------</font></div>
<div><font face="verdana,sans-serif">package org.drools;<br><br>rule &quot;Avoid NPE on wrong syntax&quot;<br>   when<br>     not( Cheese( ( type == &quot;stilton&quot; &amp;&amp; price == 10 ) || ( type == &quot;brie&quot; &amp;&amp; price == 15 ) ) from $cheeseList )<br>
   then<br>     System.out.println(&quot;OK&quot;);<br>end</font></div>
<div><font face="verdana,sans-serif">------------------------------------------------------------------------------------</font></div>
<div> </div>