<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Mark,<div><br></div><div>The tests can't run because the drools-camel module has a dependency on spring 2.5.5.</div><div>This version is then mixed with version 2.5.6 from other dependencies.</div><div>Simple fix is to change drools-camel to use spring 2.5.6.</div><div><br></div><div>But we should really be using Maven dependency management at the root level to avoid this problem.</div><div>In general there should not be any version numbers in any of the sub-modules.</div><div><br></div><div>But even after I got the test to run there is now an assertion failure in assertTrue(response.indexOf("&lt;ns2:name&gt;santa&lt;/ns2:name&gt;") &gt; -1);</div><div>I'll look into it after my day job.</div><div><br></div><div>--ming</div><div>&nbsp;<br><div><div>On May 23, 2010, at 11:00 PM, Mark Proctor wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">On 23/05/2010 08:16, Geoffrey De Smet wrote:<blockquote cite="mid:4BF8D669.6020504@gmail.com" type="cite"><pre wrap="">Planner's examples in environmentMode DEBUG are not spotting any more 
bugs in the statefull working memory.
I ran examination on 32 configs last night which did over 10 million 
fireAllRules without a single deviation.

Trunk (5.1.M2-SNAPSHOT) is looking very good now :) and fast!
  </pre></blockquote>Toni has tagged it ready to release, but is reporting build problems for different platforms:<br><ol><li class="li1"><div class="de1">In OSX:</div></li><li class="li2"><div class="de2">&nbsp; testJaxbInsertCommand(org.drools.server.service.KnowledgeServiceSoapTest)</div></li><li class="li1"><div class="de1">&nbsp; testBothsessions(org.drools.server.service.KnowledgeServiceSoapTest)</div></li><li class="li2"><div class="de2">&nbsp; testJaxbInsertCommand(org.drools.server.service.KnowledgeServiceRestTest)</div></li><li class="li1"><div class="de1">&nbsp; testBothsessions(org.drools.server.service.KnowledgeServiceRestTest)</div></li><li class="li2"><div class="de2">&nbsp;</div></li><li class="li1"><div class="de1">In RHEL:</div></li><li class="li2"><div class="de2">testOsgiPlatformStarts(org.drools.osgi.integrationtests.SimpleOsgiTest)</div></li><li class="li1"><div class="de1">testOsgiEnvironment(org.drools.osgi.integrationtests.SimpleOsgiTest)</div></li><li class="li2"><div class="de2">testCompiler(org.drools.osgi.integrationtests.SimpleOsgiTest)</div></li><li class="li1"><div class="de1">testDecisionTable(org.drools.osgi.integrationtests.SimpleOsgiTest)</div></li></ol><br>If anyone wants to help speed up drools delivey, please test on your platform and submit any patches necessary to get it working.<br><br>Mark</span></blockquote></div><br></div></body></html>