[jboss-jira] [JBoss JIRA] Updated: (JBPM-957) Event Propagation not working correctly

Koen Aers (JIRA) jira-events at lists.jboss.org
Wed Apr 25 08:28:30 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBPM-957?page=all ]

Koen Aers updated JBPM-957:
---------------------------

    Attachment: GraphElement.java

This file fixes the bug.

> 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, GraphElement.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

        



More information about the jboss-jira mailing list