there is short way to do the same without using the kcontext: you should be
able to do something like:

entry-point['Temporal Reasoning'].insert(evt);

Please check the syntax in the docs.





2011/8/4 Esteban Aliverti <esteban.alive...@gmail.com>

> This should work:
>
> when
>    ...
> then
>     TransactionEvent evt = new TransactionEvent();
>    evt.setMessage("Temporal Reasoning");
>     kcontext.getKnowledgeRuntime().getWorkingMemoryEntryPoint("Temporal
> Reasoning").insert(evt);
> end
>
>
> Best Regards,
>
> XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>
> Esteban Aliverti
> - Developer @ http://www.plugtree.com
> - Blog @ http://ilesteban.wordpress.com
>
>
>
> On Thu, Aug 4, 2011 at 10:38 AM, Amila Suriarachchi <
> amilasuriarach...@gmail.com> wrote:
>
>> This post has done some time ago. is there a solution for this currently?
>>
>> --
>> View this message in context:
>> http://drools.46999.n3.nabble.com/Drools-Fusion-Inserting-an-Event-in-to-an-entry-point-stream-in-the-RHS-of-a-rule-Pls-help-tp61920p3224799.html
>> Sent from the Drools: User forum mailing list archive at Nabble.com.
>> _______________________________________________
>> rules-users mailing list
>> rules-users@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>
>
> _______________________________________________
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
>


-- 
 - CTO @ http://www.plugtree.com
 - MyJourney @ http://salaboy.wordpress.com
 - Co-Founder @ http://www.jbug.com.ar

 - Salatino "Salaboy" Mauricio -
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to