Hi,<br><br>I am new to Drools and learning it by reading &quot;Drools JBoss Rules 5.0 Developer&#39;s Guide&quot; at the moment.<br><br>However, the test cases of chapter 3 was failed when execute with Drools 5.1.0.CR1.<br>
<br>I suspect the test is broken due to the sequential option enabled with code block below:<br>    KnowledgeBaseConfiguration configuration = <br>      KnowledgeBaseFactory.newKnowledgeBaseConfiguration();<br>    configuration.setOption(SequentialOption.YES);<br>
You can view the complete code at <a href="http://code.google.com/p/droolsbook/source/browse/trunk/droolsBookParent/validation/src/test/java/droolsbook/bank/service/impl/ValidationTest.java">http://code.google.com/p/droolsbook/source/browse/trunk/droolsBookParent/validation/src/test/java/droolsbook/bank/service/impl/ValidationTest.java</a><br>
<br>Is this code block compatible with Drools 5.1? As it is working without any problem in 5.0.1.<br><br>If it is incompatible, I would like to know how to migrate it to Drools 5.1.0.<br><br>Please advice.<br><br>Thanks,<br>
Chee Kin<br>                                                              <br>