[
https://jira.jboss.org/jira/browse/JBPM-2771?page=com.atlassian.jira.plug...
]
Ronald van Kuijk updated JBPM-2771:
-----------------------------------
Fix Version/s: jBPM 4.4
Added a check for this in the StartBinding.
prevent NPE when using continue=async on <start> without a name
attribute
-------------------------------------------------------------------------
Key: JBPM-2771
URL:
https://jira.jboss.org/jira/browse/JBPM-2771
Project: jBPM
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 4.3
Environment: Any
Reporter: Martin Porter
Assignee: Ronald van Kuijk
Priority: Minor
Fix For: jBPM 4.4
Adding continue="async" on a <start> of a process will cause a
NullPointerException when you attempt to start the process. We need this to prevent the
caller waiting when the process instance is created but it does not work. Currently we use
a workaround to call a <java> activity which prints a message to the log and does
the async continuation.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira