<div dir="ltr">Hello,<br><br>I have and less loop (the rule should only executed one for one InputObject) in the follwing rule although I use &quot;no-loop&quot;:<br><br>rule &quot;rulename&quot;<br>&nbsp; dialect &quot;java&quot;<br>
&nbsp; no-loop&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; when<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; io: InputObject (type == InputObject.Type.Typename)<br>&nbsp;&nbsp;&nbsp; then <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; io.setStringPropertyValue(InputObject.PROPERTYVALUE, &quot;somestring&quot;);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; update(oo);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
end<br><br>I&#39;ve read that I have to overwrite hashcode and equals, can this be the reason? If yes, do you have an example how to overwrite these methods?<br><br>Thomas<br></div>