[rules-users] Drools KnowledgeAgent not picking up drl resource updates

Esteban Aliverti esteban.aliverti at gmail.com
Mon Jan 14 16:23:12 EST 2013


*aconf.setProperty("drools.**agent.newInstance", "true");* -> This is
telling the kagent to rebuild its internal kbase when a change in the
resources is detected. Long story short, the kbase you are using in your
tests is not changing because the kagent creates a new one internally. Try
to use *aconf.setProperty("drools.**agent.newInstance", "false");* instead.

Best Regards,


On Mon, Jan 14, 2013 at 9:04 PM, js203 <john.somers at sunlife.com> wrote:

> aconf.setProperty("drools.agent.newInstance", "true");
>




XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Esteban Aliverti
- Blog @ http://ilesteban.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20130114/a15cde1f/attachment.html 


More information about the rules-users mailing list