On 24 August 2011 15:34, dcrissman <dac@akc.org> wrote:

Esteban wrote:
>
> What are the steps you are following? Something like this?:
>
>     The agent creates the kbase
>     Get kbase from kagent
>     Create a stateless ksession
>     insert some facts
>     fire all rules
>     check result
>     modify drl
>     wait until kagent rebuilds the kbase
>     get the new kbase from kagent
>     Create a stateless ksession
>     insert some facts
>     fire all rules
>     check result
>
> Also, which version of Drools are you using?
>

The steps you outline are correct.

You cannot "insert some facts" and "fire all rules" on a stateless knowledge session. So what is the sequence of API calls? Configurations?
-W