[jboss-user] [jBPM] - Re: Process flow stops after human task completion in jBPM5.1
Michał Warecki
do-not-reply at jboss.com
Sat Aug 27 10:10:25 EDT 2011
Michał Warecki [http://community.jboss.org/people/michal.warecki] created the discussion
"Re: Process flow stops after human task completion in jBPM5.1"
To view the discussion, visit: http://community.jboss.org/message/623315#623315
--------------------------------------------------------------
Wow, that's right but I attach listener like in documentation:
SystemEventListener systemEventListener = org.drools.SystemEventListenerFactory.getSystemEventListener();
Exacly in my case in Spring way:
<bean id="systemEventListener"
class="org.springframework.beans.factory.config.MethodInvokingFactoryBean">
<property name="staticMethod">
<value>org.drools.SystemEventListenerFactory.getSystemEventListener</value>
</property>
</bean>
In debug I can see that systemEventListener is org.drools.core.util.DelegatingSystemEventListener and has listener property org.drools.agent.impl.DoNothingSystemEventListener so DoNothing is not what I want to attach :-)
How can I get right listener?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/623315#623315]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110827/66708cf0/attachment-0001.html
More information about the jboss-user
mailing list