[rules-users] eclipse-jdtcore.jar

Augusto Rodriguez augusto.rodriguez at globant.com
Tue Jun 3 09:25:58 EDT 2008


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 drools-compiler.

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:
> 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 found
>         at
> org.drools.commons.jci.compilers.EclipseJavaCompiler$3.acceptResult(EclipseJ
> avaCompiler.java(Compiled Code))
>         at
> org.eclipse.jdt.internal.compiler.Compiler.handleInternalException(Compiler.
> java(Compiled Code))
>         at
> org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java(Compiled
> Code))
>         at
> org.drools.commons.jci.compilers.EclipseJavaCompiler.compile(EclipseJavaComp
> iler.java(Compiled Code))
>         at
> org.drools.commons.jci.compilers.AbstractJavaCompiler.compile(AbstractJavaCo
> mpiler.java:51)
>         at
> org.drools.rule.builder.dialect.java.JavaDialect.compileAll(JavaDialect.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
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>   



More information about the rules-users mailing list