Uploaded image for project: 'JBRULES'
  1. JBRULES
  2. JBRULES-3715

when using BigDecimal Comparing to 0 only works for a certain number of time

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • None
    • 5.4.0.Final
    • All
    • None

    Description

      in a rule like this :
      rule "Hello World"
      dialect "mvel"
      no-loop
      when
      $c : Contract( aValue == 0.0B )
      then
      $c.setDone("OK");
      update($c);
      end
      when called a certain number of times, the comparaison does not work

      Attachments

        Activity

          People

            mfusco@redhat.com Mario Fusco
            nheron Nicolas Héron (Inactive)
            Archiver:
            rhn-support-ceverson Clark Everson

            Dates

              Created:
              Updated:
              Resolved:
              Archived:

              PagerDuty