<div dir="ltr">I already had this configured and still the changes were not detected. I am really wondering if the knowledge agent can update a knowledge base built with Guvnor urls when the agent uses a pre existing knowledge base. Maybe it is just not possible or I am doing something very wrong in my code.<br>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 1, 2013 at 6:59 PM, Roger Swanson <span dir="ltr">&lt;<a href="mailto:roger.swanson@issinc.com" target="_blank">roger.swanson@issinc.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I also had an issue at one point where the agent detected new knowledge but it didn&#39;t seem to load within the current knowledge base.  I was able to fix it via the agent config:<br>

<br>
            KnowledgeAgentConfiguration agentConfig = KnowledgeAgentFactory.newKnowledgeAgentConfiguration();<br>
            agentConfig.setProperty(&quot;drools.agent.newInstance&quot;, &quot;false&quot;);<br>
            KnowledgeAgent agent = KnowledgeAgentFactory.newKnowledgeAgent(&quot;myagent&quot;, agentConfig);<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
-----Original Message-----<br>
From: riri [mailto:<a href="mailto:irina.adam@gmail.com">irina.adam@gmail.com</a>]<br>
Sent: Wednesday, May 01, 2013 6:25 AM<br>
To: <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
Subject: Re: [rules-users] KnowledgeAgent to update knowledge base built with Guvnor pkg<br>
<br>
Nobody has any ideas on how to solve this? I am willing to try anything that might work short of re-creating the knowledge base everytime I start a new session.<br>
<br>
And when using the changeSet() method for the knowledge agent, how would one set the knowledge base properties? Like functioning in STREAM mode and not CLOUD.<br>
<br>
Please, anyone, I really need your help.<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/KnowledgeAgent-to-update-knowledge-base-built-with-Guvnor-pkg-tp4023592p4023603.html" target="_blank">http://drools.46999.n3.nabble.com/KnowledgeAgent-to-update-knowledge-base-built-with-Guvnor-pkg-tp4023592p4023603.html</a><br>

Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
<br>
<br>
<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br></div></div>