[rules-users] ClassCastException using WorkingMemoryFileLogger (3.0.6)

2007-06-19 Thread Yuri de Wit
I got a ClassCastException once I ran my app with the WorkingMemoryFileLogger attached to it. After a bit of debugging the CCE is being thrown because for an unknown reason the column of a Declaration is wrong: it should have been 0 like all the other declarations on the same Fact, but it is 0

Re: [rules-users] ClassCastException using WorkingMemoryFileLogger (3.0.6)

2007-06-19 Thread Mark Proctor
drools 3.0 or 4.0? I'm guessing 3.0, this is a known error in 3.0 and is fixed in 4.0 - we won't be backporting the fix. Mark Yuri de Wit wrote: I got a ClassCastException once I ran my app with the WorkingMemoryFileLogger attached to it. After a bit of debugging the CCE is being thrown