JBoss Drools – Business Rules Management System/Guvnor

I was playing around with the web interface of the JBoss Drools engine called Business Rules Management System or BRMS till version 4.0.7. In the subsequent versions i.e 5.0 it is called Guvnor. While trying to validate the newly defined business rule, I got the following error:

java.lang.ClassFormatError: Incompatible magic value 1885430635 in class file

A quick search on the internet revealed the answer. Please ensure that your java class jar files contain only .class files and not source code. Weird yes, but that’s how it is!

Published by Vinay Rajadhyaksha

Vinay Rajadhyaksha a.k.a Mr President

3 thoughts on “JBoss Drools – Business Rules Management System/Guvnor

  1. hi,
    i am new in using drools with my project , and confused . currently i am studying on how to work with drools using decision tables. can anyone help ? thakns in advance

  2. Hi !
    can u please provide me any link or material to use decision table in Guvnor. I am using 5.4 version.

    Thanks !

Leave a comment