<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Corneil du Plessis wrote:
<blockquote cite="mid:030b01c8c587$2b1ac290$c301a8c0@TSCDEV3"
 type="cite">
  <pre wrap="">Problem I have is that it is in WebSphere/lib so it gets loaded before
anything in my application, when the classloader is set to parent first. 
When I change the class loader to parent last I run into a new set of
problem with some of the XML based libraries. 
  </pre>
</blockquote>
If you search the mailing list archive, I believe people have resolved
that issue. You can always switch drools to use janino too, see the
wiki for more details on that.<br>
<blockquote cite="mid:030b01c8c587$2b1ac290$c301a8c0@TSCDEV3"
 type="cite">
  <pre wrap="">
-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:rules-users-bounces@lists.jboss.org">rules-users-bounces@lists.jboss.org</a>
[<a class="moz-txt-link-freetext" href="mailto:rules-users-bounces@lists.jboss.org">mailto:rules-users-bounces@lists.jboss.org</a>] On Behalf Of Marcus Ilgner
Sent: 03 June 2008 15:35
To: Rules Users List
Subject: Re: [rules-users] eclipse-jdtcore.jar

Hi,

just as a side note: I had one project using Eclipse which already used
another version of the JDT core. Encountering the same problem, I just put
the core-3.2.3.v_686_R32x.jar from Drools in my project, too, and it worked
without problems.

Best regards
Marcus

On Tue, Jun 3, 2008 at 3:25 PM, Augusto Rodriguez
<a class="moz-txt-link-rfc2396E" href="mailto:augusto.rodriguez@globant.com">&lt;augusto.rodriguez@globant.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi Corneil,

Unluckily I've seen that error more often that I would like. It's not 
a bug in drools, but is related to the dependencies of the
    </pre>
  </blockquote>
  <pre wrap=""><!---->drools-compiler.
  </pre>
  <blockquote type="cite">
    <pre wrap="">There's a big chance that you have a different version of the JDT core 
jar in your classpath (drools depends on version 3.2.3 - the filename 
of that jar is core-3.2.3.v_686_R32x.jar). This jar is used by drools 
to compile the rules.

I hope this helps you to solve this issue.


Cheers,
Augusto

Corneil du Plessis wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">I am experiencing a conflict with a deployment:

We used WebSphere Application Server 6.0.2.x in our integration 
testing environment and now the deployed application at a customer 
site is reporting the following exception:


java.lang.NoSuchMethodError:
org.eclipse.jdt.internal.compiler.CompilationResult: method 
getProblems()[Lorg/eclipse/jdt/core/compiler/CategorizedProblem; not
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->found
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">       at

org.drools.commons.jci.compilers.EclipseJavaCompiler$3.acceptResult(E
clipseJ
avaCompiler.java(Compiled Code))
       at


      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->org.eclipse.jdt.internal.compiler.Compiler.handleInternalException(Compiler.
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">java(Compiled Code))
       at
org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java(Comp
iled
Code))
       at

org.drools.commons.jci.compilers.EclipseJavaCompiler.compile(EclipseJ
avaComp
iler.java(Compiled Code))
       at

org.drools.commons.jci.compilers.AbstractJavaCompiler.compile(Abstrac
tJavaCo
mpiler.java:51)
       at

org.drools.rule.builder.dialect.java.JavaDialect.compileAll(JavaDiale
ct.java
:342)

Has anyone else comes across this?

I am not sure where the JAR comes from because has not version info.

_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>

      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>

_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>

  </pre>
</blockquote>
<br>
</body>
</html>