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

NullPointerException in DeployProcessTask

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • jBPM 3.2.11
    • jBPM 3.2.10
    • Runtime Engine
    • None
    • Workaround Exists
    • Hide

      Use a nested <fileset ...> element instead of the 'process' attribute.

      Show
      Use a nested <fileset ...> element instead of the 'process' attribute.

      Using DeployProcessTask with the process attribute results in a NullPointerException.

      <taskdef name="deploypar" classname="org.jbpm.ant.DeployProcessTask">
      <classpath refid="exec-classpath" />
      </taskdef>
      <deploypar process="test.par"/>

      DeployProcessTask/build.xml:22: java.lang.NullPointerException
      at org.jbpm.ant.DeployProcessTask.execute(DeployProcessTask.java:62)

            rhn-support-mputz Martin Weiler (Inactive)
            rhn-support-mputz Martin Weiler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: