<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    We did a project where we developed a rule console to manage the
    lifecycle of rules by managing unit-tests and scenario tests and
    executing those on rule changes to ensure deployed rules pass the
    tests.<br>
    <br>
    <br>
    On 30/12/2010 15:03, Benson Fung wrote:
    <blockquote
      cite="mid:AANLkTinDDbr9YN=+eVc0T2KCiY7iueprfjN7=4mwAQwT@mail.gmail.com"
      type="cite">Yes, I tried QA analysis.&nbsp; But it only can find out
      the problems of the individual rules like what you said.&nbsp; I tried
      to develop two rules with sames conditions but different
      consequences and do the QA analysis, it cannot detect it
      unfortunately.&nbsp; :(<br>
      <br>
      <br>
      <br>
      <br>
      <div class="gmail_quote">2010/12/30 Esteban Aliverti <span
          dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:esteban.aliverti@gmail.com">esteban.aliverti@gmail.com</a>&gt;</span><br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          I think QA analysis should find some of those problems. Did
          you try it? As far as I know, it looks for range completeness,
          missing gaps, etc.
          <div><br>
          </div>
          <div>Best Regards, &nbsp;<br clear="all">
            <br>
            XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<br>
            <br>
            Esteban Aliverti<br>
            - Developer @ <a moz-do-not-send="true"
              href="http://www.plugtree.com" target="_blank">http://www.plugtree.com
            </a><br>
            - Blog @ <a moz-do-not-send="true"
              href="http://ilesteban.wordpress.com" target="_blank">http://ilesteban.wordpress.com</a><br>
            <br>
            <br>
            <div class="gmail_quote">2010/12/30 Wolfgang Laun <span
                dir="ltr">&lt;<a moz-do-not-send="true"
                  href="mailto:wolfgang.laun@gmail.com" target="_blank">wolfgang.laun@gmail.com</a>&gt;</span>
              <div>
                <div class="h5"><br>
                  <blockquote class="gmail_quote" style="margin: 0pt 0pt
                    0pt 0.8ex; border-left: 1px solid rgb(204, 204,
                    204); padding-left: 1ex;">
                    The general case would be extremely difficult to
                    solve. It would require heavy expression
                    manipulation. Consider a very simple variation:<br>
                    &nbsp;&nbsp; X($f: foo)<br>
                    &nbsp;&nbsp; Y(bar == $f)<br>
                    as compared to<br>
                    &nbsp;&nbsp; Y($b: bar)<br>
                    &nbsp;&nbsp; X(foo == $b)<br>
                    <br>
                    And you can play this game at any level of
                    complexity.<br>
                    <br>
                    And even your "straightforward" case would require
                    the consideration of rule attributes, since there
                    would not be a conflict if they are in different
                    agenda groups, etc.
                    <div>
                      <div><br>
                        <br>
                        -W<br>
                        <br>
                        <br>
                        <br>
                        2010/12/30 Benson Fung &lt;<a
                          moz-do-not-send="true"
                          href="mailto:benson.redhat@gmail.com"
                          target="_blank">benson.redhat@gmail.com</a>&gt;:<br>
                        &gt; The conflict is like :<br>
                        &gt;<br>
                        &gt; E.g.<br>
                        &gt; If (X = 90) then Score = 10;<br>
                        &gt; If (X = 90) then Score = 100;<br>
                        &gt;<br>
                        &gt; Can the BRMS detect this?<br>
                        &gt;<br>
                        &gt;<br>
                        &gt;<br>
                        &gt; On Thu, Dec 30, 2010 at 5:52 PM, Wolfgang
                        Laun &lt;<a moz-do-not-send="true"
                          href="mailto:wolfgang.laun@gmail.com"
                          target="_blank">wolfgang.laun@gmail.com</a>&gt;<br>
                        &gt; wrote:<br>
                        &gt;&gt;<br>
                        &gt;&gt; Please define "conflict".<br>
                        &gt;&gt; -W<br>
                        &gt;&gt;<br>
                        &gt;&gt; 2010/12/30 Benson Fung &lt;<a
                          moz-do-not-send="true"
                          href="mailto:benson.fung@redhat.com"
                          target="_blank">benson.fung@redhat.com</a>&gt;:<br>
                        &gt;&gt; &gt; I would like to check if there is
                        any conflict among the created rules<br>
                        &gt;&gt; &gt; in<br>
                        &gt;&gt; &gt; the BRMS 5.1.&nbsp; Can the QA/Verify
                        can check this out?<br>
                        &gt;&gt; &gt;<br>
                        &gt;&gt; &gt;<br>
                        &gt;&gt; &gt;<br>
                        &gt;&gt; &gt; On Thu, Dec 30, 2010 at 5:24 PM,
                        Wolfgang Laun &lt;<a moz-do-not-send="true"
                          href="mailto:wolfgang.laun@gmail.com"
                          target="_blank">wolfgang.laun@gmail.com</a>&gt;<br>
                        &gt;&gt; &gt; wrote:<br>
                        &gt;&gt; &gt;&gt;<br>
                        &gt;&gt; &gt;&gt; Please don't assume that
                        everybody knows which "features" and<br>
                        &gt;&gt; &gt;&gt; which "conflicts" and which
                        "checks" you have in mind.<br>
                        &gt;&gt; &gt;&gt; -W<br>
                        &gt;&gt; &gt;&gt;<br>
                        &gt;&gt; &gt;&gt; 2010/12/30 Benson Fung &lt;<a
                          moz-do-not-send="true"
                          href="mailto:benson.redhat@gmail.com"
                          target="_blank">benson.redhat@gmail.com</a>&gt;:<br>
                        &gt;&gt; &gt;&gt; &gt; Hi,<br>
                        &gt;&gt; &gt;&gt; &gt;<br>
                        &gt;&gt; &gt;&gt; &gt; Can anyone know whether
                        QA features can provide the rule conflict<br>
                        &gt;&gt; &gt;&gt; &gt; checks?<br>
                        &gt;&gt; &gt;&gt; &gt;<br>
                        &gt;&gt; &gt;&gt; &gt;<br>
                        &gt;&gt; &gt;&gt; &gt; Thanks<br>
                        &gt;&gt; &gt;&gt; &gt;<br>
                        &gt;&gt; &gt;&gt; &gt;
                        _______________________________________________<br>
                        &gt;&gt; &gt;&gt; &gt; rules-users mailing list<br>
                        &gt;&gt; &gt;&gt; &gt; <a
                          moz-do-not-send="true"
                          href="mailto:rules-users@lists.jboss.org"
                          target="_blank">rules-users@lists.jboss.org</a><br>
                        &gt;&gt; &gt;&gt; &gt; <a
                          moz-do-not-send="true"
                          href="https://lists.jboss.org/mailman/listinfo/rules-users"
                          target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
                        &gt;&gt; &gt;&gt; &gt;<br>
                        &gt;&gt; &gt;&gt; &gt;<br>
                        &gt;&gt; &gt;&gt;
                        _______________________________________________<br>
                        &gt;&gt; &gt;&gt; rules-users mailing list<br>
                        &gt;&gt; &gt;&gt; <a moz-do-not-send="true"
                          href="mailto:rules-users@lists.jboss.org"
                          target="_blank">rules-users@lists.jboss.org</a><br>
                        &gt;&gt; &gt;&gt; <a moz-do-not-send="true"
                          href="https://lists.jboss.org/mailman/listinfo/rules-users"
                          target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
                        &gt;&gt; &gt;<br>
                        &gt;&gt; &gt;<br>
                        &gt;&gt; &gt;<br>
                        &gt;&gt; &gt; --<br>
                        &gt;&gt; &gt; Benson Fung<br>
                        &gt;&gt; &gt; Solution Architect, Global
                        Services, Greater China<br>
                        &gt;&gt; &gt; | Redhat Hong Kong Limited ||
                        45/F., The Lee Gardens, 33 Hysan Avenue,<br>
                        &gt;&gt; &gt; Causeway Bay, Hong Kong || Office
                        : 852-31802332 || Cell : 852-98369898<br>
                        &gt;&gt; &gt; ||<br>
                        &gt;&gt; &gt; <a moz-do-not-send="true"
                          href="mailto:benson.fung@redhat.com"
                          target="_blank">benson.fung@redhat.com</a> ||
                        <a moz-do-not-send="true"
                          href="http://www.hk.redhat.com"
                          target="_blank">http://www.hk.redhat.com</a>||<br>
                        &gt;&gt; &gt;<br>
                        &gt;&gt; &gt;
                        _______________________________________________<br>
                        &gt;&gt; &gt; rules-users mailing list<br>
                        &gt;&gt; &gt; <a moz-do-not-send="true"
                          href="mailto:rules-users@lists.jboss.org"
                          target="_blank">rules-users@lists.jboss.org</a><br>
                        &gt;&gt; &gt; <a moz-do-not-send="true"
                          href="https://lists.jboss.org/mailman/listinfo/rules-users"
                          target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
                        &gt;&gt; &gt;<br>
                        &gt;&gt; &gt;<br>
                        &gt;&gt;<br>
                        &gt;&gt;
                        _______________________________________________<br>
                        &gt;&gt; rules-users mailing list<br>
                        &gt;&gt; <a moz-do-not-send="true"
                          href="mailto:rules-users@lists.jboss.org"
                          target="_blank">rules-users@lists.jboss.org</a><br>
                        &gt;&gt; <a moz-do-not-send="true"
                          href="https://lists.jboss.org/mailman/listinfo/rules-users"
                          target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
                        &gt;<br>
                        &gt;<br>
                        &gt;
                        _______________________________________________<br>
                        &gt; rules-users mailing list<br>
                        &gt; <a moz-do-not-send="true"
                          href="mailto:rules-users@lists.jboss.org"
                          target="_blank">rules-users@lists.jboss.org</a><br>
                        &gt; <a moz-do-not-send="true"
                          href="https://lists.jboss.org/mailman/listinfo/rules-users"
                          target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
                        &gt;<br>
                        &gt;<br>
                        <br>
                      </div>
                    </div>
                    <br>
                    _______________________________________________<br>
                    rules-users mailing list<br>
                    <a moz-do-not-send="true"
                      href="mailto:rules-users@lists.jboss.org"
                      target="_blank">rules-users@lists.jboss.org</a><br>
                    <a moz-do-not-send="true"
                      href="https://lists.jboss.org/mailman/listinfo/rules-users"
                      target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
                    <br>
                  </blockquote>
                </div>
              </div>
            </div>
            <br>
          </div>
          <br>
          _______________________________________________<br>
          rules-users mailing list<br>
          <a moz-do-not-send="true"
            href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
          <a moz-do-not-send="true"
            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>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
</pre>
    </blockquote>
  </body>
</html>