Re: [rules-users] JUnit testing problem

2007-12-31 Thread Edson Tirelli
Mike, This looks like a classpath problem indeed. Did you tried asking the JVM to dump its classpath so that you can know for sure what jars are included and if any of them embeds a non-compatible ASM version ? []s Edson 2007/12/30, J Michael Dean <[EMAIL PROTECTED]>: > > Continuing

[rules-users] JUnit testing problem

2007-12-30 Thread J Michael Dean
Continuing to have problems - can use Drools in RCP but when I try to JUnit test, I cannot instantiate a PackageBuilder. With the following code fragment: @BeforeClass public static void setUp() throws Exception { Reader source; PackageBuilderConfiguration p