Error in exception or triggering logic in DefaultCommandExecutorFactoryImpl
---------------------------------------------------------------------------
Key: JBESB-797
URL:
http://jira.jboss.com/jira/browse/JBESB-797
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: BPM
Affects Versions: 4.2 Milestone Release 3
Reporter: Mark Little
Assigned To: Kurt Stam
Fix For: 4.2
if (null==processName && null==processDefId)
throw new Exception("Either "+Constants.PROCESS_DEFINITION_NAME
+" or "+Constants.PROCESS_DEFINITION_ID+" must have a valid
value");
The exception string implies that one of the variables is null, but it's only actually
sent if both of them are null.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira