Re: [rules-users] Query in stateless knowledge session - SOLVED

2011-08-01 Thread Heijink, Hank
. :-) Best, Hank On Jul 31, 2011, at 12:47 PM, Mark Proctor wrote: > On 31/07/2011 17:45, Mark Proctor wrote: >> >> On 31/07/2011 17:25, Heijink, Hank wrote: >>> >>> Aha! I missed the line about the dispose. That makes a lot of sense. What I >>> don't

Re: [rules-users] Query in stateless knowledge session returns no results

2011-07-31 Thread Heijink, Hank
Thanks so much! I'll have a chance to test it tomorrow. Hank Sent from my iPhone On Jul 31, 2011, at 12:48 PM, "Mark Proctor" mailto:mproc...@codehaus.org>> wrote: On 31/07/2011 17:45, Mark Proctor wrote: On 31/07/2011 17:25, Heijink, Hank wrote: Aha! I missed the line ab

Re: [rules-users] Query in stateless knowledge session returns no results

2011-07-31 Thread Heijink, Hank
" mailto:wolfgang.l...@gmail.com>> wrote: StatelessKnowledgeSession.execute(...) executes the command(s) and finally calls dispose() on the session. Use a stateful session or a global (filled with a low-salience rule) or - simply use the getObjects command. -W On 29 July 2011 22:4

[rules-users] Query in stateless knowledge session returns no results

2011-07-29 Thread Heijink, Hank
Hi all, I'm new to Drools, so please excuse me if I'm asking about the obvious--it's certainly not obvious to me. The problem is this: I use a stateless knowledge session where a list of facts is inserted. The rules that fire create new facts, and after all the rules have fired, I'd like to obt