[rules-users] Is it possible to restore StatefulKnowledgeSession?

2010-01-26 Thread Grigoriev, Grigoriy
Hi everyone, I have a ruleflow that calls a ruleflow group. In rhs of one of the rules in the ruleflow group an Exception is thrown. After that, when I insert a new fact into the working memory, the activations for the new fact are not created. To make the session work again, I call .getAgenda

Re: [rules-users] Drools KnowledgeBuilderImpl.add(...) not thread safe???

2009-12-16 Thread Grigoriev, Grigoriy
Wolfgang, Thank you for your idea, but, unfortunately, in our case it is not really suitable, because we'll have to complicate our system very much. Mark, I have created the issue: https://jira.jboss.org/jira/browse/JBRULES-2380 Wbr, Grigoriy ___ rule

[rules-users] Mvel and multithreading

2009-11-10 Thread Grigoriev, Grigoriy
Hello, I have a project, that uses Drools 5.0.1. I have a class, called RuleFlowProcessor, that's used to apply some of my rules to the objects. The instances of RuleFlowProcessor with the identical configuration should be used by different threads, and i use following mechanism: I initialize on

[rules-users] Drools ruleflow ForEach node and RuleSet node

2009-10-20 Thread Grigoriev, Grigoriy
Hello, I have a problem with running ruleflow with ForEach node (Drools 5.0.1): ForEach node contains two action nodes(let's say A1 and A2) and one rule set node(let's say R1). I have one object, that is inserted into working memory (let's call it O1), and passed to process instance as a process