<font style='{font-family: Arial,Verdana, Sans-Serif;font-size: 10pt;}'>
<P>My apologies if this has already been answered elsewhere -- I searched and could not find it.</P>
<P>I have a java class that takes this form (simplified for purposes of this discussion):</P>
<P>public class MyClass()<br>
{<br>
&nbsp;&nbsp; public boolean isHappy();<br>
&nbsp;&nbsp; public boolean isHealthy();<br>
}</P>
<P>I have a rule that looks like this:</P>
<P>rule "Some rule"<br>
&nbsp;&nbsp;&nbsp; salience 100<br>
&nbsp;&nbsp;&nbsp; when<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $obj : MyClass(happy&nbsp;== true || healthy == true)<br>
&nbsp;&nbsp;&nbsp; then<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Do something with $obj<br>
end rule</P>
<P>&nbsp;</P>
<P>In Drools 4.x, this rule would perform the conclusion when either MyClass.isHappy() returned true or MyClass.isHealthy() returned true, but not if both were false.</P>
<P>In Drools 5.0.1, this rule would perform the conclusion <U>always</U> -- regardless of the values of isHappy() or isHealthy().</P>
<P>Any ideas what's going on?&nbsp; Is this a known problem, or is there something wrong with my syntax and/or class?</P>
<P>&nbsp;</P>
<P>Thanks for any help you can give -- and I can give a more concrete example if need be.</P></font>
<hr style=" border: 0px; border-top: thin solid grey; margin-top: 15px; padding-top: 5px;"><TABLE height=58 width=500 cellborder=0 cellpadding=0 cellspacing=0 border=0  
      
    style=cursor:pointer; > 
<TR> 
   
    <TD valign=center align=center width=92px><IMG border=0 src="http://tag.adknowledge.com/tag/logo/1278.gif"></TD>
    
  <TD valign=center> 
     
    <TABLE cellborder=0 cellpadding=0 cellspacing=0 border=0> 
      <TR> 
        <TD rowspan=3>&nbsp;&nbsp;</TD> 
        <TD><SPAN><a href="http://tagline.excite.com/fc/FgElN1gz4wwE6UWjuk9HgExVihsl6SoJRYkCYdqtuEKvZKZG6s3cKDjBdiI/" target="_blank" style=text-decoration:underline;font-size:12pt;font-family:Arial;color:green;cursor:pointer;>Bamboo Flooring</a></SPAN></TD> 
      </TR> 
      <TR> 
        <TD><SPAN><a href="http://tagline.excite.com/fc/FgElN1gz4wwE6UWjuk9HgExVihsl6SoJRYkCYdqtuEKvZKZG6s3cKDjBdiI/" target="_blank" style=text-decoration:none;font-size:8pt;font-family:Arial;color:black;cursor:pointer;>The strong, silent type. Click here for great looking bamboo flooring!</a></SPAN></TD> 
      </TR> 
      <TR> 
        <TD><SPAN><a href="http://tagline.excite.com/fc/FgElN1gz4wwE6UWjuk9HgExVihsl6SoJRYkCYdqtuEKvZKZG6s3cKDjBdiI/" target="_blank" style=text-decoration:underline;font-size:8pt;font-family:Arial;color:#FD0000;cursor:pointer;>Click Here For More Information</a></SPAN></TD> 
      </TR> 
    </TABLE> 
  </TD> 
</TR> 
<TR> 
  <TD colspan=2>&nbsp;
</TD> 
</TR> 
</TABLE>