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&...]