[rules-users] Native code

2007-04-30 Thread Matthew Shaw
Hi, Does drools 3.X use any native code / libraries? Matt Shaw Snr Applications Developer Service Performance & Management Unit Phone: 3247 8666. ext. 94666 This correspondence is for the named persons only. It may contain confidential or privileged information or both. No confidentiality o

[rules-users] FW: Newbie: using a spreadsheet

2007-04-30 Thread Hehl, Thomas
OK, here's my rules table: RuleTable Court CONDITION CONDITION ACTION singleStatus: SingleParticipantStatus singleStatus: SingleParticipantStatus singleStatus: SingleParticipantStatus statusType value singleStatus.setAnswer("$param"); And this generates a rule that looks lik

Re: [rules-users] 3.1 M1 "from" keyword

2007-04-30 Thread Mark Proctor
This is now corrected in MVEL 1.2beta16 which also inlines ASM with a different package name. The MVEL author notes that while the jar conflict stops the ASM optimiser, it'll still work as normal in the fallback reflection mode. Mark brad hadfield wrote: Sure -- here's the stack trace... o

Re: [rules-users] Disabling indexing causes error

2007-04-30 Thread Edson Tirelli
Can you plz provide a self contained test an open a JIRA for us to investigate? There shouldn't be any problem in disabling/enabling indexes as this should be a transparent optimization. Also, what exact version of drools are you using? 3.0.6? Thank you, Edson 2007/4/30, P Robins

RE: [rules-users] 3.1 M1 "from" keyword

2007-04-30 Thread brad hadfield
Sure -- here's the stack trace... org.objectweb.asm.ClassWriter.(I)V at org.mvel.optimizers.impl.asm.ASMAccessorOptimizer.(ASMAccessorOpti mizer.java:88) at org.mvel.optimizers.OptimizerFactory.(OptimizerFactory.java:46) at org.mvel.Token.getReducedValueAccelerated(Token.java:302) at org.mve

[rules-users] Disabling indexing causes error

2007-04-30 Thread P Robinson
Hi, When I turn off index-right in my Drools program, some rules that are normally fired are no longer fired; turning off index-left seems to be fine. Obviously turning off both causes the error as well. I'm using Drools 3.0. Does this mean that my rules rely on some aspect of right-indexing, a

[rules-users] Re: Recursive Running While Using assertLogical()

2007-04-30 Thread tailor
AFAIK, the Fact loan will be immediatelly retracted just after it's asserted. so there is no way to execute the 2nd rule. I was just wondering in what situation assertLogical should be used? ___ rules-users mailing list rules-users@lists.jboss.org

[rules-users] Newbie: using a spreadsheet

2007-04-30 Thread Hehl, Thomas
I've been following the ExamplePricePolicy example and am attempting to build my own rules using a spreadsheet. In my spreadsheet rules, I have the following: ACTION singleStatus: SingleParticipantStatus singleStatus.setAnswer("$param"); This throws: org.drools.rule.InvalidRule