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

Error editing guided decision tables

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.5.0.GA
    • 7.3.0.GA
    • None
    • 3
    • CR1
    • ?
    • Workaround Exists
    • Hide

      -Dorg.kie.verification.disable-dtable-realtime-verification=true

      or add in standalone-full.xml

      <property name="org.kie.verification.disable-dtable-realtime-verification" value="true"/>

      Show
      -Dorg.kie.verification.disable-dtable-realtime-verification=true or add in standalone-full.xml <property name="org.kie.verification.disable-dtable-realtime-verification" value="true"/>
    • Hide

      Add a decision table (depending on POJO classes included in a jar)
      A pop up appears about an internal error.

      Show
      Add a decision table (depending on POJO classes included in a jar) A pop up appears about an internal error.
    • 2019 Week 32-34

    Description

      Editing guided decision tables we there's a problem that is solved disabling realtime analysis:

      I tried this with chrome:

       | Uncaught exception: Uncaught TypeError: Cannot read property 'createElement' of undefined (http://localhost:8080/business-central/verifier/dtableVerifier/DDFC3D4453CB85BB71197C4DE2FF626C.cache.js:2609:75)
      

      and firefox

       | Uncaught exception: TypeError: b is undefined (http://localhost:8080/business-central/verifier/dtableVerifier/DDFC3D4453CB85BB71197C4DE2FF626C.cache.js:2609) | Uncaught exception: TypeError: b is undefined (http://localhost:8080/business-central/verifier/dtableVerifier/DDFC3D4453CB85BB71197C4DE2FF626C.cache.js:2609)
      

      So seems not related with chrome.

      Seing the stack trace from chrome:

      Uncaught TypeError: Cannot read property 'createElement' of undefined
          at Qb (DDFC3D4453CB85BB71197C4DE2FF626C.cache.js:formatted:13294)
          at Rsb (DDFC3D4453CB85BB71197C4DE2FF626C.cache.js:formatted:23506)
          at ssb (DDFC3D4453CB85BB71197C4DE2FF626C.cache.js:formatted:8218)
          at rsb (DDFC3D4453CB85BB71197C4DE2FF626C.cache.js:formatted:3192)
          at tsb.wsb [as tb] (DDFC3D4453CB85BB71197C4DE2FF626C.cache.js:formatted:38072)
          at KT (DDFC3D4453CB85BB71197C4DE2FF626C.cache.js:formatted:12820)
          at QT (DDFC3D4453CB85BB71197C4DE2FF626C.cache.js:formatted:11819)
          at gc (DDFC3D4453CB85BB71197C4DE2FF626C.cache.js:formatted:10406)
          at bc (DDFC3D4453CB85BB71197C4DE2FF626C.cache.js:formatted:12150)
          at DDFC3D4453CB85BB71197C4DE2FF626C.cache.js:formatted:6237
          at self.onmessage (DDFC3D4453CB85BB71197C4DE2FF626C.cache.js:formatted:14754)
      

      formatted code is:

      function Qb(a) {
          var b, c, d;
          d = !a.c ? (Ob(),
          window) : a.c;
          b = (Ob(),
          d.document);
          c = b.createElement('script');
          Pb(c, a.b);
          (b.head || b.getElementsByTagName('head')[0]).appendChild(c);
          a.a && (c.parentNode.removeChild(c),
          undefined);
          return c
      }
      

      this is generated code by gwt http://www.gwtproject.org/overview.html so the real code is under.

      drools-wb-services/drools-wb-verifier/drools-wb-verifier-webworker/src/main/java/org/drools/workbench/services/verifier/plugin/backend/DecisionTableVerifierWebWorkerProvider.java

      or

      drools-wb-screens/drools-wb-guided-dtable-editor/drools-wb-guided-dtable-editor-client/src/main/java/org/drools/workbench/screens/guided/dtable/client/widget/analysis/DecisionTableAnalyzerBuilder.java

      Not sure if in code itself or in gwt translation

      Attachments

        Issue Links

          Activity

            People

              trikkola Toni Rikkola
              afanjula@redhat.com Alberto Fanjul Alonso
              Jozef Marko Jozef Marko
              Jozef Marko Jozef Marko
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: