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

Deployment of kjar with rule with declared type fails

XMLWordPrintable

    • 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

      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

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

                Created:
                Updated:
                Resolved: