Re: [rules-users] BRMS Insurance Sample - Invalid Class Exception - Solved

2007-11-27 Thread Waruzjan Shahbazian
I found the solution, the mvel in drools-jbrms library is indeed mvel14-1.2.10.jar, but probably the compilation of the model wasn't done with that version in the classpath? Anyway, you need to compile the package org.acme.insurance.base in a .jar file and upload it as the model in the BRMS

Re: [rules-users] BRMS Insurance Sample - Invalid Class Exception

2007-11-26 Thread Waruzjan Shahbazian
I am having the same problem. Has anyone got this working? I have tried using mvel version 1.2.8 and 1.2.10 in the classpath of drools-insurance ( where the jUnit tests are ) and by both the serialVersionUID is different. So can anyone tell me which version of mvel is needed to get this

[rules-users] BRMS Insurance Sample - Invalid Class Exception

2007-10-25 Thread John Nader
I am seeing the same issue. My configuration is slightly different in that I am using Drools 4.0.3 and JBoss 4.2.2GA with Java 5. I have been searching very hard to find where these two different version of AbstractParser are coming from. This class comes out of the MVEL. The jar in the