<div dir="ltr">Guvnor is an authoring tool and repository. It is not a runtime component; hence your use-case is not possible with Guvnor.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 28 June 2013 11:35, Raju Bandaru <span dir="ltr">&lt;<a href="mailto:raju_bandaru@infosys.com" target="_blank">raju_bandaru@infosys.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
Am using Drools Guvnor 5.4 final version. I have created a package, decision<br>
table in Guvnor and am invoking decision table from Spring application.<br>
<br>
Please find attached snippet for your reference.<br>
<br>
                 KnowledgeBase kbase = readKnowledgeBaseDefault();<br>
                StatefulKnowledgeSession ksession = null;<br>
                String message = null;<br>
                try {<br>
                        ksession = kbase.newStatefulKnowledgeSession();<br>
                        *ksession.insert(contactList);*<br>
                        ksession.fireAllRules();<br>
Requirement for me to send list of object(each objects is a rule :<br>
contactList) to Guvnor and Guvnor should iterate the list of object and<br>
invoke the rule.<br>
<br>
Please help me on this requirement and how to achieve?<br>
<br>
Regards,<br>
Raju<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Insert-list-of-object-to-Guvnor-in-Decision-table-tp4024614.html" target="_blank">http://drools.46999.n3.nabble.com/Insert-list-of-object-to-Guvnor-in-Decision-table-tp4024614.html</a><br>

Sent from the Drools: User forum 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>
</blockquote></div><br></div>