you can try activating the KnowledgeRuntimeLogger to see what is happening inside the knowledge session.. you will find the answers there..<div>If you can share what objects are you inserting inside the parameter maps and how your rules looks like we can help..</div>
<div>Also if your process define the variables that you are inserting as parameters..</div><div><br><br><div class="gmail_quote">On Mon, Sep 27, 2010 at 12:01 PM, bob.breitling <span dir="ltr">&lt;<a href="mailto:bob.breitling@rrd.com">bob.breitling@rrd.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
I create a knowledge base in the typical fashion.  I construct a knowledge<br>
builder and add my drl and rf files, then instantiate my knowledge base.<br>
<br>
I build my parameter map and then start the process using my knowledge base.<br>
<br>
        StatefulKnowledgeSession session =<br>
processKnowledgeBase.newStatefulKnowledgeSession();<br>
<br>
        ProcessInstance processInstance = session.startProcess(name, parameterMap);<br>
<br>
        session.insert(processInstance);<br>
        session.fireAllRules();<br>
<br>
I assume this is pretty typical code from what I have read.<br>
<br>
Bob<br>
<font color="#888888">--<br>
View this message in context: <a href="http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Flow-process-question-tp1589567p1589631.html" target="_blank">http://drools-java-rules-engine.46999.n3.nabble.com/Drools-Flow-process-question-tp1589567p1589631.html</a><br>

</font><div><div></div><div class="h5">Sent from the Drools - User mailing list archive at Nabble.com.<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><br clear="all"><br>-- <br> - CTO @ <a href="http://www.plugtree.com">http://www.plugtree.com</a>  <br> - MyJourney @ <a href="http://salaboy.wordpress.com">http://salaboy.wordpress.com</a><br>
 - Co-Founder @ <a href="http://www.jbug.com.ar">http://www.jbug.com.ar</a><br> <br> - Salatino &quot;Salaboy&quot; Mauricio -<br>
</div>