Hi Wolfgang,<br><br>Thanks for your information.  Can you tell me more about how to build the knowledge base off line? And how to load the serialized object during startup?  What I usually do is put the following code fragment into the init(...) method of the Servlet first and it will be invoked during application Startup.<br>
<br>        KnowledgeAgent kagent = KnowledgeAgentFactory.newKnowledgeAgent( &quot;BenAgent&quot; );<br>        kagent.applyChangeSet(ResourceFactory.newClassPathResource(&quot;change-set.xml&quot;));<br>        KnowledgeBase kbase = kagent.getKnowledgeBase();<br>
        ResourceFactory.getResourceChangeNotifierService().start();<br>        ResourceFactory.getResourceChangeScannerService().start();<br>        getServletContext().setAttribute(&quot;KNOWLEDGE_AGENT&quot;, kagent);<br>
      <br><br>Please comments<br><br><br>Thanks<br><br><div class="gmail_quote">2011/1/27 Wolfgang Laun <span dir="ltr">&lt;<a href="mailto:wolfgang.laun@gmail.com">wolfgang.laun@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Consider building the Knowledge Base off-line and to load the serialized object during application startup.<br>-W <br><br><div class="gmail_quote">2011/1/27 Benson Fung <span dir="ltr">&lt;<a href="mailto:benson.redhat@gmail.com" target="_blank">benson.redhat@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">Hi,<br><br>I need to import a drl file with 9000 rules inside into BRMS.  However, I found that it takes very long time to import and it also takes long time to get downloaded into the application to build the ruleBase.  Is there any smart way or faster way to manage this procedure?  Please advise<br>


<br><br>Thanks<br>
<br></div>_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org" target="_blank">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>
<br></blockquote></div><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>
<br></blockquote></div><br>