I suspect ConsumerAccountAssociationFact.hasAnyAccountClosed is a boolean. <br><div class="gmail_quote"><br>In 5.3 we handle data-types better than 5.0, so String, Numbers, Dates are Booleans have editors appropriate for the data-type and the resulting DRL only escapes values with quotation marks where needed (i.e. Strings and Dates). Boolean&#39;s in the table are now shown as Checkboxes. If the value is &quot;true&quot; it is ticked, if the value is &quot;false&quot; the checkbox is not ticked.<br>

<br>I don&#39;t therefore believe there is any problem.<br><div class="HOEnZb"><div class="h5"><br><div class="gmail_quote">On 10 February 2012 16:35, jian zhi <span dir="ltr">&lt;<a href="mailto:jianpzhi@yahoo.com" target="_blank">jianpzhi@yahoo.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div><span>Mike,<br></span></div><div>

<span><br></span></div><div><span>Thanks for the quick response. I downloaded the war and tested the fix. The order of the conditions are correct now. There is still a small problem in the last condition.</span></div><div>

<span><br></span></div><div><span>In Drools 5.0 the source is consumerAccount : ConsumerAccountAssociationFact( hasAnyAccountClosed == &quot;false&quot; ).</span></div><div><span>In Drools 5.3 the source is consumerAccount : ConsumerAccountAssociationFact( hasAnyAccountClosed == false ). It displays a square check box in the cell.</span></div>

<div><span><br></span></div><div><span>Could you please take a look?</span></div><div><span>Thanks,</span></div><div><span>Jian<br></span></div><div><br><span></span></div><div><span></span></div><div style="font-family:times new roman,new york,times,serif;font-size:12pt">

 <div style="font-family:times new roman,new york,times,serif;font-size:12pt"> <div dir="ltr"> <font face="Arial"><div> <hr size="1">  <b><span style="font-weight:bold">From:</span></b> Michael Anstis &lt;<a href="mailto:michael.anstis@gmail.com" target="_blank">michael.anstis@gmail.com</a>&gt;<br>

 </div><b><span style="font-weight:bold">To:</span></b> jian zhi &lt;<a href="mailto:jianpzhi@yahoo.com" target="_blank">jianpzhi@yahoo.com</a>&gt;; Rules Users List &lt;<a href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a>&gt; <br>

 <b><span style="font-weight:bold">Sent:</span></b> Thursday, February 9, 2012 4:55 AM<div><div><br> <b><span style="font-weight:bold">Subject:</span></b> Re: [rules-users] Migrating repository data from Drools 5.0 to 5.3Final<br>

 </div></div></font> </div><div><div> <br>
<div>You can get a build containing the fix from Nexus:<br><br><a rel="nofollow" href="https://repository.jboss.org/nexus/index.html#nexus-search;gav%7Eorg.drools%7Eguvnor-webapp%7E5.3.2-SNAPSHOT%7E%7E" target="_blank">https://repository.jboss.org/nexus/index.html#nexus-search;gav~org.drools~guvnor-webapp~5.3.2-SNAPSHOT~~</a><br>


<br><div>2012/2/8 jian zhi <span dir="ltr">&lt;<a rel="nofollow" href="mailto:jianpzhi@yahoo.com" target="_blank">jianpzhi@yahoo.com</a>&gt;</span><br><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">


<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div><span>Mike,</span></div><div><br><span></span></div><div><span>Is it possible to release a patch of 5.3?</span></div><div><br><span></span></div>


<div><span>Thanks,</span></div><div><span>Jian</span></div><div><br></div>  <div style="font-family:times new roman,new york,times,serif;font-size:12pt"> <div style="font-family:times new roman,new york,times,serif;font-size:12pt">


 <div dir="ltr"> <font face="Arial"><div> <hr size="1">  <b><span style="font-weight:bold">From:</span></b> Michael Anstis &lt;<a rel="nofollow" href="mailto:michael.anstis@gmail.com" target="_blank">michael.anstis@gmail.com</a>&gt;<br>


 <b><span style="font-weight:bold">To:</span></b> Rules Users List &lt;<a rel="nofollow" href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a>&gt; <br> </div><b><span style="font-weight:bold">Sent:</span></b> Wednesday, February 8, 2012 3:17 AM<div>


<br> <b><span style="font-weight:bold">Subject:</span></b> Re: [rules-users] Migrating
 repository data from Drools 5.0 to 5.3Final<br> </div></font> </div><div><div> <br>
<div><div>The problem has existed since 5.2 and would potentially affect loading any earlier version.</div>
<div>Prior to 5.2 the object model used by the guided decision table did not hold a Pattern to which individual condition columns are bound. </div>
<div>The conversion code groups individual condition columns into the appropriate group and moves the underlying column data accordingly (as there was no guarantee columns with the same bound name were consecutive).</div>



<div>There was a problem with the creation and insertion of the new Pattern objects that relied upon the order of entries in a HashMap being consistent. This has now changed.</div>
<div>I know others have been using the new guided decision table with old repositories without problem and our unit tests did not detect the problem either.</div>
<div>AFAIK this is the first report of any such issue since the release of 5.2&#39;s betas, however I would be wrong to say there is no risk.</div>
<div>sent on the move</div>
<div>On 8 Feb 2012 01:22, &quot;vadlam&quot; &lt;<a rel="nofollow" href="mailto:sreeram.vadlamudi@wellsfargo.com" target="_blank">sreeram.vadlamudi@wellsfargo.com</a>&gt; wrote:<br></div><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



does this issue happen for any previous version of Guvnor data such as 5.0<br>
or 5.1 or 5.2 exported and imported into a Guvnor 5.3 repository ?<br>
<br>
does this mean, we cannot rely on 5.3.0 version of Guvnor code when<br>
migrating data from a previous version and should rather apply the fix  ?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/rules-users-Migrating-repository-data-from-Drools-5-0-to-5-3Final-tp3715772p3724570.html" target="_blank">http://drools.46999.n3.nabble.com/rules-users-Migrating-repository-data-from-Drools-5-0-to-5-3Final-tp3715772p3724570.html</a><br>




Sent from the Drools: User forum mailing list archive at <a rel="nofollow" href="http://Nabble.com" target="_blank">Nabble.com</a>.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a rel="nofollow" href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a><br>
<a rel="nofollow" href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote>
</div><br>_______________________________________________<br>rules-users mailing list<br><a rel="nofollow" href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a><br><a rel="nofollow" href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>


<br><br> </div></div></div> </div>  </div></div><br>_______________________________________________<br>
rules-users mailing list<br>
<a rel="nofollow" href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a><br>
<a rel="nofollow" href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
<br></blockquote></div><br>
</div><br><br> </div></div></div> </div>  </div></div></blockquote></div><br>
</div></div></div><br>