looks like you are missing the mvel library<br><br><div class="gmail_quote">On Sat, Jan 24, 2009 at 7:42 AM, Kiran Narasareddy <span dir="ltr">&lt;<a href="mailto:kiran.narasareddy@gmail.com">kiran.narasareddy@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">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><font color="#888888"><br clear="all">Kiran Narasareddy<br>Computers make very fast, very accurate mistakes.<br><br>
</font><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>
<br></blockquote></div><br>