<div dir="ltr">Yeah I noticed that you are trying to do that.. but my question is why are you doing that.<div>Are you using the hashmap in some rules?</div><div style>Why are you using a script task? You can use a workItemHandler to have more control on the objects that you are using and also to have auto completion, compilation time validations and most importantly you can debug it.</div>

<div style><br></div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 20, 2013 at 12:52 PM, V Vignesh <span dir="ltr">&lt;<a href="mailto:vignesh_v@solartis.net" target="_blank">vignesh_v@solartis.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Mauricio<br>
<br>
Thanks for your explanation buddy.<br>
sure i will check on it.<br>
<br>
Target to achieve:<br>
==============<br>
I have a HashMap in my ProcessTest.java as<br>
---------------------------------------------<br>
------------------------------------------------------<br>
<div class="im">HashMap hMap = new HashMap();<br>
           hMap.put(&quot;Id&quot;, &quot;10&quot;);<br>
           hMap.put(&quot;RollNumber&quot;, &quot;456&quot;);<br>
           FactHandle qMapHandle = ksession.insert(hMap);<br>
           ksession.startProcess(&quot;sample.ruleflow&quot;);<br>
           ksession.fireAllRules();<br>
-----------------------------------------------------<br>
<br>
<br>
</div>Now i am trying to access this HashMap from ProcessTest.java for further<br>
calculations to proceed using its values, in my Script Task Action of<br>
ruleflow.rf.<br>
<br>
<br>
<br>
Viki<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Process-Compilation-Error-Drools-can-not-be-resolved-tp4025623p4025627.html" target="_blank">http://drools.46999.n3.nabble.com/Process-Compilation-Error-Drools-can-not-be-resolved-tp4025623p4025627.html</a><br>


<div class="HOEnZb"><div class="h5">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>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"> - MyJourney @ <a href="http://salaboy.wordpress.com" target="_blank">http://salaboy.com</a><div> - Co-Founder @ <a href="http://www.jugargentina.org" target="_blank">http://www.jugargentina.org</a><br>

 - Co-Founder @ <a href="http://www.jbug.com.ar" target="_blank">http://www.jbug.com.ar</a><br> <br> - Salatino &quot;Salaboy&quot; Mauricio -</div></div>
</div>