Yap! Indeed! ;)
2009/8/16 Greg Barton
> It's nice that there's a unit test for this, but something so basic should
> be in the docs.
>
> --- On Sun, 8/16/09, Edson Tirelli wrote:
>
> > From: Edson Tirelli
> > Subject: Re: [rules-users] Inserting a fact via a specific entry point
> inside a
It's nice that there's a unit test for this, but something so basic should be
in the docs.
--- On Sun, 8/16/09, Edson Tirelli wrote:
> From: Edson Tirelli
> Subject: Re: [rules-users] Inserting a fact via a specific entry point inside
> a rule
> To: "Rules Users List"
> Date: Sunday, August
I will be out of the office starting 17/08/2009 and will not return until
21/08/2009.
I am in a training. Response to emails would be delayed. For anything
urgent, please call at +91-9884702390.
___
rules-users mailing list
rules-users@lists.jboss.org
http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-compiler/src/test/resources/org/drools/integrationtests/test_EntryPointReference.drl
2009/8/16 Mauricio Salatino
> no problem..
> I don't remember the syntax.. so also try with
> entryPoint["ob1 stream"].insert(mre);
> without the
no problem..
I don't remember the syntax.. so also try with
entryPoint["ob1 stream"].insert(mre);
without the s in entryPoint
2009/8/16 Justin King
> Brilliant! thank you.
>
> 2009/8/17 Mauricio Salatino
>
>> entryPoints["ob1 stream"].insert(mre);
>>
>
>
> __
Brilliant! thank you.
2009/8/17 Mauricio Salatino
> entryPoints["ob1 stream"].insert(mre);
>
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
You are pretty close:
entryPoints["ob1 stream"].insert(mre);
Try with that.
2009/8/16 Justin King
> Hi Everyone,
>
> I'm aware that in Drools you can use 'insert()' in the 'then' part of a
> rule to insert a new fact into the memory, meaning more rules may be fired
> based on the addition of th
Hi Everyone,
I'm aware that in Drools you can use 'insert()' in the 'then' part of a rule
to insert a new fact into the memory, meaning more rules may be fired based
on the addition of this new fact. I wish to do a similar thing, but I wish
to insert the fact into a specific entry point. My curren
Marc Dzaebel wrote:
surya_n2007 wrote:
Can a rule be part of different rule flow groups. Is it possible as per
below example a rule can be part of RFG1,RFG2.Please explain how we can
share rules using version 4.0.7 and rule flows are used in our project.
rule "GoodBye" ruleflow-group "RFG1"
surya_n2007 wrote:
> Can a rule be part of different rule flow groups. Is it possible as per
> below example a rule can be part of RFG1,RFG2.Please explain how we can
> share rules using version 4.0.7 and rule flows are used in our project.
>
> rule "GoodBye" ruleflow-group "RFG1" ruleflow-grou
10 matches
Mail list logo