]
Tihomir Surdilovic resolved JBRULES-2718.
-----------------------------------------
Fix Version/s: 5.3.0.M1
Resolution: Done
done
Ruleflows are not working correctly in Stateless session
--------------------------------------------------------
Key: JBRULES-2718
URL:
https://issues.jboss.org/browse/JBRULES-2718
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: drools-core (flow)
Affects Versions: 5.1.1.FINAL
Environment: Windows 7
Reporter: Gregoire Botquin
Assignee: Tihomir Surdilovic
Labels: ruleflow, stateless, statelesssession
Fix For: 5.3.0.M1
Attachments: Test.zip
We are currently migrating from 5.0.1 to 5.1.1. and our RuleFlows are not working
anymore. After some investigations it seems it could be related to the knowledgesession
type (Statefull / Stateless). When launching a ruleflow in stateless session, it seems
that the process stops it's execution after the first RuleFlowGroup found in the flow
(maybe after some other node types (?)), and that without any reason nor exception/error
trace.
In attach, I made a ruleflow sample with two nodes (one ruleflow group and one script
node). The nodes are only making a simple System.out.println. When executing it in
Statefull session, we have two outputs. When executing it in Stateless session, there is
only one output, this one of the RuleFlowGroup. The script node has not been executed as
it should be. No exceptions were found in logs.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: