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

ACTIVATION-GROUP not processed by ActionType

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • drools-decisiontables
    • None

      The code in ActionType has the following:

      else if ( value.toUpperCase().startsWith( "X" ) || value.toUpperCase().equals( "ACTIVATION-GROUP" ) )

      but above this is a check for startsWith("A") to catch Actions which will always take precedence. Maybe it would be better to check for the full names first and then for the single letter option.

      In the documentation it actually specifies that "XOR-GROUP" should be used, so the other option may be to just remove the "ACTIVATION-GROUP" check, however the current code means new options (such as agenda group for instance) would have to use letters that don't really make sense.

            michaelneale_jira Michael Neale (Inactive)
            stevearoonie stevearoonie (Inactive)
            Archiver:
            rhn-support-ceverson Clark Everson

              Created:
              Updated:
              Resolved:
              Archived: