<div>I am getting one exception as : No SuchMethod Exception session.startProcess(Ljava.lang.String) when i executing the following code in one of the class :</div>
<div>&nbsp;</div>
<div>public static StatefulSession getSession() {<br>&nbsp;&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp; &nbsp;if ( rulebase == null ) { <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;rulebase = loadRuleBaseFromRuleAgent();<br>&nbsp;&nbsp;&nbsp; &nbsp;}<br>&nbsp;&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; session = rulebase.newStatefulSession();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println(&quot;strting process...&quot;);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#6633ff"> session.startProcess(&quot;insuranceProcess&quot;);<br></font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; System.out.println(&quot;Started Process..&quot;);<br>&nbsp;&nbsp;return session;<br>&nbsp;&nbsp;&nbsp; }<br clear="all">In above code if i commented out&nbsp; line :&nbsp;<font color="#6633ff">&nbsp;session.startProcess(&quot;insuranceProcess&quot;);(In above code..) the error was resolved and executing properly..</font></div>

<p><font color="#6633ff">please let me know why we need to&nbsp;code&nbsp;:<font color="#6633ff">&nbsp;session.startProcess(&quot;insuranceProcess&quot;);.if i am not using startProcess(&quot;String&quot;) method,Does it create any session problem anywhere.Please guide me on this.......</font></font></p>

<p><font color="#6633ff"></font>&nbsp;</p>
<div><br>&nbsp;</div>
<div><br>-- <br>Regards,<br>SB.Raghavendra. </div>