TimerImpl prints out signalname rather than event name when a timer event is fired and
hence the signalname is null
-------------------------------------------------------------------------------------------------------------------
Key: JBPM-2708
URL:
https://jira.jboss.org/jira/browse/JBPM-2708
Project: jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 4.3
Environment: Eclipse 3.5, Vista, Oracle 11g,
Reporter: Martin Porter
Priority: Minor
The TimerImpl class prints incorrect diagnostic message when a timer event is fired as it
prints the signal name and not the event name. As per the lines in the code below:-
if (eventName!=null) {
ObservableElement eventSource = execution.getActivity();
if (log.isDebugEnabled()) log.debug("firing event "+signalName+" into
"+eventSource);
execution.fire(eventName, eventSource);
}
signalName should read 'eventName' instead.
--
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