mithun singh created DROOLS-1228:
------------------------------------
Summary: Entry point update halts the rule Engine
Key: DROOLS-1228
URL:
https://issues.jboss.org/browse/DROOLS-1228
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 6.3.0.Final
Environment: Linux, JBOSS 6.3 EAP, Java 8, Drools 6.2
Reporter: mithun singh
Assignee: Mario Fusco
Priority: Blocker
Attachments: structure.png
1. A Stateful session is created.
2. Facts are loaded to stateful session and after successful loading into session we
initiate "*fireUntilHault()*" inorder to fire the rules, where we have about 38
rules.
3. We have configured a queue inorder to receive messages from source system and load the
relevant facts into the session by retrieving the entry point from the session, update the
fact and set focus to the relevant agenda group.
4. We are not able to update the fact using *"EntryPoint.update(Fact)"*. We
could see that this occurs if the rule Engine starts firing facts and we subsequently
update the fact in the session.
5. According to drools, rule engine will handle the sequence of updates and firing of
rules accordingly.
6. But rule engine comes to halt state and there is no exception related to this.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)