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

Deployment of kjar with rule with declared type fails

    XMLWordPrintable

Details

    • Hide
      • create project
      • create process
      • create ddl with declared type e.g.:
        package org.pkg1
        global java.util.List list;
        declare Message
            text : String
        end
        rule echo dialect "mvel"
        when
            $m : Message()
        then
            $m.text = "echo:" + $m.text;
        end
        
      • build and deploy project
      Show
      create project create process create ddl with declared type e.g.: package org.pkg1 global java.util.List list; declare Message text : String end rule echo dialect "mvel" when $m : Message() then $m.text = "echo:" + $m.text; end build and deploy project

    Description

      In case there is a ddl in kjar that declares types deployment to workbench (process deployment) will fail due to class not found error of the declared type

      Attachments

        Activity

          People

            swiderski.maciej Maciej Swiderski (Inactive)
            swiderski.maciej Maciej Swiderski (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: