Uploaded image for project: 'Red Hat Process Automation Manager'
  1. Red Hat Process Automation Manager
  2. RHPAM-1929

Defining non default Kie Base and Kie Session results in a hang in the Test Scenario Runner

    XMLWordPrintable

Details

    • CR2
    • Hide

      There is no workaround except a Control-r on the web app.

      Show
      There is no workaround except a Control-r on the web app.
    • Hide

      1. Create a project
      2. Open up the project settings creating a Kie Session and Kie Base.
      3. Create a valid rule.
      4. Create a new test scenario and click on Run Scenario and see it break.

      See the screen shots for the progression.

      Show
      1. Create a project 2. Open up the project settings creating a Kie Session and Kie Base. 3. Create a valid rule. 4. Create a new test scenario and click on Run Scenario and see it break. See the screen shots for the progression.
    • 2019 Week 08-10

    Description

      If I use the Settings of a project to created a Kie Base and Kie Session I end up with the UI hanging, and I can't continue until I do a control-R to reload the web application. Web Applications should never hang.

      Given a DRL like this:
      package com.myspace.annual_rent_decision;

      import com.myspace.annual_rent_decision.Lease;

      rule "Is signoff required"

      when
      lease : Lease(leaseAgreementAmount >= 80000)

      // eval(true)
      then
      System.out.println("Setting signOffRequired to True");
      lease.setSignOffRequired(true);
      end

      A simple fact model to support it. You will find the below issue.

      Attachments

        1. Create Session and base.png
          65 kB
          Jim Tyrrell
        2. Error message after closing dialogue.png
          30 kB
          Jim Tyrrell
        3. Error Message that Pops Up.png
          32 kB
          Jim Tyrrell
        4. Test Case Where is Breaks.png
          24 kB
          Jim Tyrrell
        5. Test Case Where it works.png
          39 kB
          Jim Tyrrell

        Issue Links

          Activity

            People

              trikkola Toni Rikkola
              jtyrrell-se-jboss Jim Tyrrell (Inactive)
              Klara Bezdekova Klara Bezdekova
              Klara Bezdekova Klara Bezdekova
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: