[jboss-jira] [JBoss JIRA] Updated: (JBRULES-2718) Ruleflows are not working correctly in Stateless session
Kris Verlaenen (JIRA)
jira-events at lists.jboss.org
Thu Apr 21 18:44:18 EDT 2011
[ https://issues.jboss.org/browse/JBRULES-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kris Verlaenen updated JBRULES-2718:
------------------------------------
Component/s: drools-core (flow)
> 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: Kris Verlaenen
> Labels: ruleflow, stateless, statelesssession
> 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list