<meta http-equiv="content-type" content="text/html; charset=utf-8">A basic solution could be to have each user identified with an unique id. Then, in the server side you could have different ksessions (and not kbases) for each user.<div>

<br></div><div>Best,</div><br>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<br><br>Esteban Aliverti<br>- Developer @ <a href="http://www.plugtree.com" target="_blank">http://www.plugtree.com </a><br>- Blog @ <a href="http://ilesteban.wordpress.com" target="_blank">http://ilesteban.wordpress.com</a><br>


<br><br><div class="gmail_quote">2010/8/20 tom ska <span dir="ltr">&lt;<a href="mailto:tiberium.linux@gmail.com">tiberium.linux@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi,<br>what I have is SOAP Web Service with two methods: fn_AddFacts, and fn_Conclude. I defined special XML implementation to send various fact&#39;s types via SOAP. Model is defined in DRL/Guvnor - and rules too.<br><br>


So now, I can add some facts (web service creates them using Drools &quot;reflection&quot; API) to knowledge base. And then use fn_Conclude method, to fire &quot;fireAllRules&quot; method and get response with results. But.....<br>


<br>What if now I have 100 users, and I don&#39;t want their&#39;s facts to interfere each other? I want, to use Drools to conclude for different users. I want to use this same rules, but on different knowledge bases (each user has own knowledge base of his facts).<br>


<br>Please help me, how to solve this problem... I am new in JAVA EE, and I don&#39;t understand some elementary issues well. (But I am trying to understand them :D )<br><br>regards,<br><font color="#888888">tom.<br>
</font><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>