Hi,
<br><br>I&#39;m very new to Drools and don&#39;t know if this is possible, but i&#39;m trying to
<br>manually update the knowledge base with the following steps :
<br><br>1. Retrieve a knowledge builder from KnowledgeBuilderFactory
<br>2. Load a drl rules file into builder
<br>3. Create a knowledge base with the knowledge packages from the builder
<br>4. Create a session from the kbase
<br>4. Insert objects into the working memory =&gt; Activations are created
<br>5. Fire all rules =&gt; Rules are launched , objects are created by rules and
<br>asserted into the WM
<br>6. Retract objects generated by rules from the WM
<br>7. Remove knowledge packages from the kbase
<br>8. Generate another builder, load a different drl rules file and add the
<br>knowledge pacakges to the kbase =&gt; Activations are created automatically
<br>just after adding new packages but objects are created by rules and asserted
<br>into the WM.
<br>9. Fire all rules -&gt; Te agenda is empty , no rules are launched.
<br><br>Are the 8th and 9th steps the expected behaviour or i&#39;m just doing something
<br>wrong ?
The same seems to happen when <br><br>Thanks in advance.
<br>Pablo.