Re: [rules-users] How Can a Drools Rule call another Drools Rule?

2010-08-22 Thread Wolfgang Laun
Some remarks to put things right, see below. 2010/8/23 Socrates Frangis > > I meant it in the sense of in JESS/CLIPS you can assert an non-structured > template to trigger another rule (as in this message board question where > the issue was how to cause a rule to fire when another rule fires) >

Re: [rules-users] How Can a Drools Rule call another Drools Rule?

2010-08-22 Thread Socrates Frangis
I apologize, should have chosen my words better... Drools does have 'logical assertion' in the sense that a fact will be inserted and automatically retracted when it's conditions are no longer true. I meant it in the sense of in JESS/CLIPS you can assert an non-structured template to trigger anot

[rules-users] How has JPAKnowledgeService changed from 5.1.0.M2 to 5.1.0.FINAL?

2010-08-22 Thread Alan . Gairey
We're using stateful knowledge sessions created by JPAKnowledgeService.newStatefulKnowledgeSession to execute Drools Flow rule flows, mainly consisting of a sequence of work items. With 5.1.0.M2, everything works as expected. However, with 5.1.0 (final release), when the rule flow starts the f

[rules-users] nodeInstanceID from taskID

2010-08-22 Thread Eugenio Abello
As I can determine nodeInstanceID associated with a task (HumanTask). from the taskID. I am working with drools 5.1 thanks ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] Drools scalability

2010-08-22 Thread Edson Tirelli
Let me try to explain: one entry-point can be used by one thread. It means that if your session has only one entry point, than only one thread should be used for that session, unless you implement external synchronization. The "multi-thread mode" in drools is an experimental feature where

[rules-users] Drools scalability

2010-08-22 Thread S Feseha
Can one session be shared amongst multiple threads? In the book Drools JBoss Rules 5.0 Developer's Guide it says that sessions cannot be shared as they contain state which i understand but in chapter 12 they say that "Drools supports parallel execution mode. One session can be executed by multi

Re: [rules-users] How Can a Drools Rule call another Drools Rule?

2010-08-22 Thread Salaboy
Drools have logicalInsert, what do you mean with: drools doesn't have this? It behaves differently than Jess and clips? - CTO @ http://www.plugtree.com - MyJourney @ http://salaboy.wordpress.com - Co-Founder @ http://www.jbug.com.ar - Mauricio "Salaboy" Salatino - On 21/08/2010, at 23:53, Socra