Hi,<br>&nbsp;&nbsp;&nbsp; I am a drools 4.0.7 user. <br>&nbsp;&nbsp; I am working on a drools project. The code works fine when I run it as a standalone application in Eclipse(all the rules fire as required)<br>However , when I deploy the same code as a web service on Axis2, I get as exception as follows :-<br>
&nbsp; <br><b>&nbsp;&nbsp;&nbsp;&nbsp; org.drools.RuntimeDroolsException: Unable to load dialect &#39;org.drools.rule.builder.dialect.mvel.MVELDialectConfiguration:mvel&#39;</b><br><br>I have included all the necessary Libraries in the archive file( .aar) of my service. Still it is giving me a exception .<br>
The exception occurs when I try to compile my Decision table in the following line of code...<br>&nbsp;&nbsp; final SpreadsheetCompiler <b>converter</b> = new SpreadsheetCompiler();<br>&nbsp;&nbsp; final String drl1 = converter.compile( excelFile, InputType.XLS );<br>
<br>....The SpreadsheetCompiler object i.e. <b>converter</b>&nbsp; is created while the web service is running ie itz not null. hence i think the drools library is accesible to the service..<br><br>Can please anyone help me out here....<br>
Thanks in advance...<br><br clear="all">Kiran Narasareddy<br>Computers make very fast, very accurate mistakes.<br><br>