[
https://jira.jboss.org/jira/browse/JBPM-2575?page=com.atlassian.jira.plug...
]
Mike Martin commented on JBPM-2575:
-----------------------------------
This is also broken in 4.2, not just 4.1.
http://jbpm.org/4.2/jpdl
Any idea why this attribute got removed?
event-listener propagation attribute not in jpdl-4.0.xsd
--------------------------------------------------------
Key: JBPM-2575
URL:
https://jira.jboss.org/jira/browse/JBPM-2575
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 4.1
Reporter: Scott Peterson
Assignee: Tom Baeyens
Fix For: jBPM 4.3
The user's guide shows how to configure an event-listener to receive propagated
events. In jBPM 4.1, the following XML results in a SAX parse exception because the
"propagation" attribute is missing from the xsd:
<on event="start" >
<event-listener
class="com.principal.ris.jbpmDemo.events.StartEventListener"
propagation="enabled"/>
</on>
--
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