[
http://jira.jboss.com/jira/browse/JBPM-957?page=all ]
Koen Aers updated JBPM-957:
---------------------------
Attachment: EventPropagationTest.java
This test shows the bad behaviour
Event Propagation not working correctly
---------------------------------------
Key: JBPM-957
URL:
http://jira.jboss.com/jira/browse/JBPM-957
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM jPDL 3.2
Reporter: Koen Aers
Assigned To: Tom Baeyens
Fix For: jBPM jPDL 3.2.1
Attachments: EventPropagationTest.java
Specifiying accept-propagated-events to false does not result in the actions being
blocked. It is a bug in the GraphElement class at line 177. This line should be as
follows:
boolean isPropagated = !(this.equals(executionContext.getEventSource()));
(the condition is to be reversed)
--
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