Re: [rules-users] All Drools examples 6.x fail on Mvel dependency error

2014-08-06 Thread mattmadhavan
HI Mario, Thank you very much for your reply. I downloaded 6.1.1-SNAPSHOT I imported the whole project into Eclipse (Spring STS), JDK 1.7 Windows. I didn't run runExamples.sh. I tried to run them as JUnit tests in Eclipse. I hope this explains what I am trying to do. Thanks in advance! Matt'M

[rules-users] All Drools examples 6.x fail on Mvel dependency error

2014-08-05 Thread mattmadhavan
Hello, I have downloaded the new Drools 6.x distribution. All the example tests fail (out of the box) with the following stacktrace. *java.lang.NoClassDefFoundError: org/mvel2/ConversionHandler* at

Re: [rules-users] All Drools examples 6.x fail on Mvel dependency error

2014-08-05 Thread mattmadhavan
This happens even after I added the following dependency dependency groupIdorg.mvel/groupId artifactIdmvel2/artifactId /dependency -- View this message in context:

Re: [rules-users] All Drools examples 6.x fail on Mvel dependency error

2014-08-05 Thread Mark Proctor
Those all have unit test, that get run as part of the build. So there must be something wrong your side. Most likely mismatched MVEL versions. Mark On 5 Aug 2014, at 22:06, mattmadhavan mmadha...@facs.org wrote: This happens even after I added the following dependency dependency