Re: [rules-users] Agenda events in a Stateless session

2009-03-04 Thread Mark Proctor
David Boaz wrote: Hi all, Im trying to listen to the events fired during the evaluation of a stateless session. I implemented org.drools.event.rule.AgendaEventListener. The events fire as expected. From the event I can extract the Activation, the Rule and the list of FactHandles. Now, from each

Re: [rules-users] Timer isn't firing

2009-03-04 Thread Cristiano Gavião
Hi Kris, Now I understand and the process is running ok... Thanks Cristiano On 03/03/2009, at 10:44, Kris Verlaenen wrote: The problem you are facing is that the Drools engine by default is a passive component, meaning that you should tell it when to start executing. For example, you

Re: [rules-users] Guvnor

2009-03-04 Thread David Sinclair
Kim, you first have to archive a package before it can be deleted. After archiving, go to the Administration section to permanently delete it. On Wed, Mar 4, 2009 at 5:42 PM, Thurow, Kimberly < thurow.kimbe...@principal.com> wrote: > Hi, > > > > I don’t know if this is the right place for questi

RE: [rules-users] Guvnor

2009-03-04 Thread Costello, Robert
It's there, Kim. Just look around a little more. You can also change the model at will. Have you tried deploying it yet? You'll find out more once you do. Set up Jboss locally and fire it up and you'll see what I mean. There are test packages to start with. Robert Costello -

[rules-users] Guvnor

2009-03-04 Thread Thurow, Kimberly
Hi, I don't know if this is the right place for questions about Guvnor but I haven't been able to find any other place. I'd like to know if anyone is using it. I'm having a hard time using it. There doesn't seem to be a concept of deleting a package or reimporting a model if the previous one

[rules-users] Agenda events in a Stateless session

2009-03-04 Thread David Boaz
Hi all, Im trying to listen to the events fired during the evaluation of a stateless session. I implemented org.drools.event.rule.AgendaEventListener. The events fire as expected. From the event I can extract the Activation, the Rule and the list of FactHandles. Now, from each FactHandle I want t

Re: [rules-users] Help on using Drools with embedded objects

2009-03-04 Thread David Sinclair
use word boundaries, i.e. \b to denote "words" \bassistant\b On Wed, Mar 4, 2009 at 5:56 AM, D1vy@@Ind1@ wrote: > > Thanks every one, I found a solution to this. I created an utility class > used > it in setGlobal of the drools session. Thus, I could call even non static > methods from the util

[rules-users] AgendaFilter for StatelessKnowledgeSession

2009-03-04 Thread Michal Bali
Hi, 1) How can an org.drools.runtime.rule.AgendaFilter be set for a StatelessKnowledgeSession? Is this not supported? 2)Just a question. StatelessSessionResult had a iterateObjects(ObjectFilter objectfilter) method. This method is not in StatelessKnowledgeSessionResults. Is this no longer supporte

Re: [rules-users] Help on using Drools with embedded objects

2009-03-04 Thread D1vy@@Ind1@
Thanks every one, I found a solution to this. I created an utility class used it in setGlobal of the drools session. Thus, I could call even non static methods from the utility class. Could any one help me with regular expressions in Drools. I want to check the existance of any one of the keywo