DeployProcessTask fails with a NullPointerException
Issue
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)
Environment
- JBoss Enterprise SOA Platform (SOA-P)
- 5.1.0
- jBPM 3.2.10
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
