[rules-users] Possible problem in PathMemory

2014-06-12 Thread rjh
Hello, I developed a system where dynamic salience for some particular rules doesn't rules. However, it is very hard for me to create a simple test case unless I publish the entire rule files. In the system, some rules using dynamic salience work and some don't, but I don't know why. I debugged

Re: [rules-users] Compilation errors in Drools examples

2014-06-05 Thread rjh
Hi Mario, Although I fixed the no-validation problem by uninstall/reinstall the drools runtime as my last message said, it is not a stable solution. Sometimes it stops to do validation again so I have to repeat the steps. So I look into the code, and find out oldLoader is an instance of

Re: [rules-users] Compilation errors in Drools examples

2014-06-03 Thread rjh
Hi Mario, Thanks for fixing the problem. I just installed the plugin, but this time, it stops doing validation. It doesn't report any error in the .drl file, even for obvious syntax errors. Below is the steps I did: 1. git clone https://github.com/droolsjbpm/droolsjbpm-tools.git 2. cd

Re: [rules-users] Compilation errors in Drools examples

2014-05-29 Thread rjh
I have the same problem. It seems like the drool eclipse plugin can't recognize third party classes (any jar files besides those within JRE runtime and Drools runtime). Despite of the error messages, you can execute the java application correctly. However, I have asked around in this forum, in

Re: [rules-users] Compilation errors in Drools examples

2014-05-29 Thread rjh
Hi Mario, Thank you so much for taking care of this problem. I was pretty frustrated by this problem and I got no answer after asking around. I thought it could relate to another problem you solved earlier

[rules-users] MapString,String and modify() can't be together

2014-05-16 Thread rjh
Hi, I got a weird problem. A Java List/Map with generics can be used together with modify() in the same rule. For example, a simple rule like the following: package com.sample import java.util.Map; import java.util.HashMap; declare TestFact @propertyReactive data : String end rule

Re: [rules-users] Drools 6.0.1 Negative Patterns in Stream Mode not working

2014-05-07 Thread rjh
You should set TimedRuleExectionOption to YES. See here http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html_single/index.html#d0e592 -- View this message in context: