Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-4374

Desginer does not allow to use a variable for "called element" in CallActivity

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • jBPM 6.0.1.Final
    • Designer
    • Hide

      1. unzip attached archive
      2. import BaseBPMNProject/src/main/resources/com/sample/*.bpmn2 to web designer
      3. click "start validating" on web designer

      Actual results:
      ERROR messages shows up on server.log:

      09:31:22,438 ERROR [org.drools.core.xml.ExtensibleXmlParser] (http-localhost.localdomain/127.0.0.1:8080-7) (null: 14, 202): cvc-datatype-valid.1.2.1: '#{processVar1}' is not a valid value for 'QName'.
      09:31:22,439 ERROR [org.drools.core.xml.ExtensibleXmlParser] (http-localhost.localdomain/127.0.0.1:8080-7) (null: 14, 202): cvc-attribute.3: The value '#{processVar1}' of attribute 'calledElement' on element 'bpmn2:callActivity' is not valid with respect to its type, 'QName'.
      

      Expected results:
      no error message shows up

      Show
      1. unzip attached archive 2. import BaseBPMNProject/src/main/resources/com/sample/*.bpmn2 to web designer 3. click "start validating" on web designer Actual results: ERROR messages shows up on server.log: 09:31:22,438 ERROR [org.drools.core.xml.ExtensibleXmlParser] (http-localhost.localdomain/127.0.0.1:8080-7) (null: 14, 202): cvc-datatype-valid.1.2.1: '#{processVar1}' is not a valid value for 'QName'. 09:31:22,439 ERROR [org.drools.core.xml.ExtensibleXmlParser] (http-localhost.localdomain/127.0.0.1:8080-7) (null: 14, 202): cvc-attribute.3: The value '#{processVar1}' of attribute 'calledElement' on element 'bpmn2:callActivity' is not valid with respect to its type, 'QName'. Expected results: no error message shows up

    Description

      Web designer does not allow to use a process variable for "called element" in CallActivity.

      Additional info:

      • With JBDS-7.1.1/jbdevstudio-integration-stack-updatesite-7.0.2.GA, user can set a variable and no validation error occurs
      • jbpm engine can operate a process which uses a variable for called element. Please use BaseBPMNProject/src/main/java/com/sample/ProcessMain.java to test it
      • With web designer, user can not set a variable for "called element"

      Attachments

        Activity

          People

            rhn-support-tsurdilo Tihomir Surdilovic (Inactive)
            rhn-support-hfuruich Hisao Furuichi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: