Hi, <div><br></div><div>I&#39;m new to Drools and just working my way through the examples / tutorials in the Drools Expert PDF. I&#39;m using the 5.5.0 Final runtime. When I run the BankingExamples 4 - 6 the results are not ordered in date order as the tutorial suggests they should be.</div>
<div><br></div><div>This is easily resolved by changing the conditionals from:</div><div><br></div><div>        date &lt; $date</div><div><br></div><div>to:</div><div><br></div><div><div>        date.time &lt; $date.time</div>
</div><div><br></div><div>in the rules packages, but it worries me that the examples seem to suggest that the sorting should be correct as is.</div><div><br></div><div>A colleague of mine has also run the examples with the same (incorrect) results. Does anyone have any idea what&#39;s happening here? Is this something that used to work in a previous version of the runtime but has regressed, or a mistake in the example code, or something else entirely?</div>
<div><br></div><div>Regards,</div><div><br></div><div>Pete</div>