Uploaded image for project: 'JBoss BRMS Platform'
  1. JBoss BRMS Platform
  2. RHBRMS-2154

Unable to identify what process has invalid data

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 6.0.2
    • 6.0.1
    • BRE
    • None

    Description

      Unable to identify what exactly process has an invalid data since guvnor shows the same error for all processes. 2 processes were created in BRM (Guvnor). One of them has invalid information, but when building the package the error is thrown for both processes. Follow the steps to replicate the issue:

      1) Created 2 bpmn2 processes (Test1 and Test2)
      2) Added a script task for both of them
      3) I have set up the following script for each one:

      Test1: Blue blue = new Blue();
      Test2: (empty)

      Note: The fact type Blue does not exist. Then an error for Test1 sould be experienced by building the package.

      4) Trying to build the package I got the error below (that's right):

      Test1 Process Compilation error Blue cannot be resolved to a type Blue cannot be resolved to a type

      5) Changed the script for both processes:

      Test1: (empty)
      Test2: Blue test2 = new Blue();

      6) After building the package I see:

      Test1 Process Compilation error Blue cannot be resolved to a type Blue cannot be resolved to a type
      Test2 Process Compilation error Blue cannot be resolved to a type Blue cannot be resolved to a type
      Test2 Process Compilation error Blue cannot be resolved to a type Blue cannot be resolved to a type

      Attachments

        Activity

          People

            mfusco@redhat.com Mario Fusco
            mfusco@redhat.com Mario Fusco
            Archiver:
            rhn-support-ceverson Clark Everson
            Rajesh Rajasekaran
            Marek Baluch Marek Baluch
            Marek Baluch Marek Baluch
            Cheng Zhang (Inactive), Lukáš Petrovický (Inactive), Marek Baluch, Rajesh Rajasekaran

            Dates

              Created:
              Updated:
              Resolved:
              Archived:

              PagerDuty