[rules-users] xls decisiontable - unable to resolve method using strict-mode

2012-01-05 Thread ollem
Hello! I'm using a knowledgeagent to point out a changeset XML which contains the following DTABLE: ... resource source='file:/../templatetest.xls' type='DTABLE' / ... when I compile I get the following error: Unable to Analyse Expression request == /: [Error: unable to resolve method using

[rules-users] cron timer not running

2011-12-07 Thread ollem
Hi! I have a problem with getting cron based timers to start running. The rules compiles just fine it's just that the timer never executes the rule. When I use timer ( int: 1m ) it works fine but not with cron timers. My rule looks like the following: rule whatever timer(cron:* 0/1 * * *

[rules-users] ASMAccessorImpl classloader issue?

2011-12-06 Thread ollem
Hi! I'm trying to use jackson to deserialize JSON to declared types. When I do that I get classloading problems when inserting the fact into knowledgespace. I have explicitly set the context classloader to org.drools.rule.JavaDialectRuntimeData$PackageClassLoader during deserialization. The

[rules-users] Custom file format

2011-11-08 Thread ollem
I'm in a situation where my domain models are stored with automatically generated package and class names. I'm looking for a way to somehow map a fake import to the real import att compile time. I guess a dialect is not the way since it only deals with the rules part. I'v been thinking about