Hi Rajesh!<br><br> This kinda confirms that it is in fact a classloading issue caused by multiple conflicting versions of the same class.<br> Is there anything that prevents you from deploying an EAR? At least for testing? And I guess there is a similar alternative for wars as well.<br>
<br>regards,<br><br><div class="gmail_quote">2009/7/20 G Rajesh <span dir="ltr">&lt;<a href="mailto:rajesh.chowdary@eageyouth.com">rajesh.chowdary@eageyouth.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Rafael,<br>
<br>
Thank you very much for response.<br>
Unfortunately I could not proceed with the solution as described in the<br>
URL&#39;s provided.<br>
Solution provided in the example was for ear files. I could not locate a<br>
solution in case of war file deployment.<br>
Also I would like to mention that if I remove Drools library from the class<br>
path, I am able to run at least my current web application.<br>
Otherwise, if the drools library is in the class path I am unable to run<br>
even the exisiting web application.<br>
<br>
Thanks<br>
G. Rajesh<br>
<br>
<br>
----- Original Message -----<br>
From: &lt;<a href="mailto:rules-users-request@lists.jboss.org">rules-users-request@lists.jboss.org</a>&gt;<br>
To: &lt;<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>&gt;<br>
Sent: Saturday, July 18, 2009 9:30 PM<br>
Subject: rules-users Digest, Vol 32, Issue 57<br>
<br>
<br>
&gt; Send rules-users mailing list submissions to<br>
&gt; <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
&gt;<br>
&gt; To subscribe or unsubscribe via the World Wide Web, visit<br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
&gt; or, via email, send a message with subject or body &#39;help&#39; to<br>
&gt; <a href="mailto:rules-users-request@lists.jboss.org">rules-users-request@lists.jboss.org</a><br>
&gt;<br>
&gt; You can reach the person managing the list at<br>
&gt; <a href="mailto:rules-users-owner@lists.jboss.org">rules-users-owner@lists.jboss.org</a><br>
&gt;<br>
&gt; When replying, please edit your Subject line so it is more specific<br>
&gt; than &quot;Re: Contents of rules-users digest...&quot;<br>
&gt;<br>
&gt;<br>
&gt; Today&#39;s Topics:<br>
&gt;<br>
&gt;   1. Re: drools integration problem (Rafael Ribeiro)<br>
&gt;<br>
&gt;<br>
&gt; ----------------------------------------------------------------------<br>
&gt;<br>
&gt; Message: 1<br>
&gt; Date: Sat, 18 Jul 2009 12:02:40 -0300<br>
&gt; From: Rafael Ribeiro &lt;<a href="mailto:rafaelri@gmail.com">rafaelri@gmail.com</a>&gt;<br>
&gt; Subject: Re: [rules-users] drools integration problem<br>
&gt; To: Rules Users List &lt;<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>&gt;<br>
&gt; Message-ID:<br>
&gt; &lt;<a href="mailto:f97c67390907180802ke312efcke5a3933c1c512521@mail.gmail.com">f97c67390907180802ke312efcke5a3933c1c512521@mail.gmail.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
&gt;<br>
&gt; Rajesh,<br>
&gt;<br>
&gt; you probably have differente JDT CompilationResult classes on your<br>
&gt; classpath and also on JBoss classpath  (I&#39;d guess JBoss Tomcat instance<br>
&gt; uses<br>
&gt; JDT for compilation) . You&#39;ll need to configure a separate classloader for<br>
&gt; your application. Here you have the documentation:<br>
&gt; <a href="http://www.jboss.org/community/wiki/ClassLoadingConfiguration" target="_blank">http://www.jboss.org/community/wiki/ClassLoadingConfiguration</a> (Isolation<br>
&gt; with Overriding Server Classes) and an example<br>
&gt; <a href="http://www.junlu.com/msg/78287.html" target="_blank">http://www.junlu.com/msg/78287.html</a><br>
&gt;<br>
&gt; regards,<br>
&gt; Rafael Ribeiro<br>
&gt;<br>
&gt;<br>
&gt; 2009/7/18 G Rajesh &lt;<a href="mailto:rajesh.chowdary@eageyouth.com">rajesh.chowdary@eageyouth.com</a>&gt;<br>
&gt;<br>
&gt;&gt;  Hi,<br>
&gt;&gt;<br>
&gt;&gt; I am new to Drools and trying to use Drools 5.0 run time.<br>
&gt;&gt; I am using JBoss 4.2.2 and am trying to integrate drools into existing<br>
&gt;&gt; web<br>
&gt;&gt; application already deployed on JBoss 4.2.2.<br>
&gt;&gt; I&#39;ve downloaded drools eclipse plugin, copied features, plugins and<br>
&gt;&gt; dependency jars into eclipse respective folders.<br>
&gt;&gt;<br>
&gt;&gt; I am able to successfully run rules on a standalone application.<br>
&gt;&gt; I can deploy the application successfully, but when I browse the home<br>
&gt;&gt; page(or any other thing) of the application, following is the error<br>
&gt;&gt; message<br>
&gt;&gt; thrown by Jboss.<br>
&gt;&gt; Seems it is compiler conflict.<br>
&gt;&gt;<br>
&gt;&gt; Thanks in advance<br>
&gt;&gt; G Rajesh<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; =====================================================<br>
&gt;&gt; Following is the error Msg:<br>
&gt;&gt; ===========================================================================<br>
&gt;&gt;<br>
&gt;&gt; java.lang.NoSuchMethodError:<br>
&gt;&gt; org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[Lorg/eclipse/jdt/core/compiler/IProblem;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; rules-users mailing list<br>
&gt;&gt; <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; -------------- next part --------------<br>
&gt; An HTML attachment was scrubbed...<br>
&gt; URL:<br>
&gt; <a href="http://lists.jboss.org/pipermail/rules-users/attachments/20090718/78b1aecd/attachment-0001.html" target="_blank">http://lists.jboss.org/pipermail/rules-users/attachments/20090718/78b1aecd/attachment-0001.html</a><br>

&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; rules-users mailing list<br>
&gt; <a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
&gt;<br>
&gt;<br>
&gt; End of rules-users Digest, Vol 32, Issue 57<br>
&gt; *******************************************<br>
&gt;<br>
&gt;<br>
<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>
</blockquote></div><br>