<div><font face="tahoma,sans-serif">Hello All,</font></div>
<div><font face="tahoma,sans-serif"></font> </div>
<div><font face="tahoma,sans-serif">I am able to successfully integrate Guvnor into my custom app. (based on spring)</font></div>
<div>(<a href="http://drools-java-rules-engine.46999.n3.nabble.com/How-to-integrate-Guvnor-GUI-in-a-test-app-td1595617.html">http://drools-java-rules-engine.46999.n3.nabble.com/How-to-integrate-Guvnor-GUI-in-a-test-app-td1595617.html</a>)</div>

<div><font face="tahoma,sans-serif"></font> </div>
<div><font face="tahoma,sans-serif">I have written some code in the index.jsp which invokes the ServiceImplementation of Guvnor.</font></div>
<div><font face="tahoma,sans-serif">I am observing that RuleRepository object is coming as null.</font></div>
<div><font size="2"><font face="tahoma,sans-serif">Note: Through the integrated app If I hit the Guvnor URL than it is working as normal.</font></font></div>
<div><font size="2"><font face="courier new,monospace"></font></font> </div>
<div><font size="2"><font face="courier new,monospace">private ServiceImplementation getService() {<br> ServiceImplementation impl = new ServiceImplementation();<br> RulesRepository <font color="#990000">repository</font> = impl.getRulesRepository();<br>
 return impl;<br>}</font></font></div>
<div><font face="Courier New"></font> </div>
<div><font face="tahoma,sans-serif">What is the suggested way of using the Guvnor services from the jsp/java ?</font></div>
<div><font face="Courier New"></font> </div>
<div><font face="Courier New"></font> </div>