[rules-users] help! the field *** is not visible

2011-04-11 Thread 赵慧
hello,everyone!I wrote a rule with Drools,but the error told me that the field Server.Message is not visible, I can't find how it happens. Please help me, I am almost exhausted with it. thank you. the rules are as follows: package com.sample import com.sample.Server; rule "system will execu

Re: [rules-users] Getting a Drools Fusion - CEP Example to work

2011-04-11 Thread sDaniel
Thank you for your reply. Yes sure I have that. I took the rules directly from http://javabeans.asia/articles/drools_5_case_study_2_complex_event_processing.html and they include this setting. As posted in my fist mail I needed to change 90d in following code to 90m to get the tutorial to work.

[rules-users] Resolution to JBRULES-2837 possible?

2011-04-11 Thread davesomebody
Hi, I am hesitating on making a recommendation to use the jBPM 5.0 based on Drools due to the bug https://issues.jboss.org/browse/JBRULES-2837 https://issues.jboss.org/browse/JBRULES-2837 JBRULES-2837 not being resolved since November. I have seen one workaround posted to the forums regarding c

Re: [rules-users] Strange intermittent problem with Drools Flow

2011-04-11 Thread Dan Nathanson
Hi Mauricio, This is now happening intermittently for another user and a couple of times on our build machine. I have never seen it happen on my machine. This will be a show-stopper for us if we cannot figure out the cause. Our business processes will stall after one user completes their task a

Re: [rules-users] Strange java.lang.NoClassDefFoundError

2011-04-11 Thread Benson Fung
Hi, Please note that, if I make 200 ajax call to validate 200 fields. It works fine without any problem. But if validate 2000 fields, the exception comes up. Please advise what is the root cause in the BRMS(Drools Guvnor). Thanks Benson On Tue, Apr 12, 2011 at 2:00 AM, Benson Fung wrote: > H

[rules-users] Strange java.lang.NoClassDefFoundError

2011-04-11 Thread Benson Fung
Hi, I have a GWT RPC method as follows : public String validate(ApplicationData ad) { Object dataObj = null; KnowledgeAgent kagent = (KnowledgeAgent)getServletContext().getAttribute("KNOWLEDGE_AGENT"); KnowledgeBase kbase =

Re: [rules-users] Getting a Drools Fusion - CEP Example to work

2011-04-11 Thread Mauricio Salatino
did you try setting the mvel dialect inside the rules? rule "my rule" dialect "mvel" when then end ?? On Mon, Apr 11, 2011 at 12:17 PM, s.Daniel wrote: > Now I realy feel a bit silly. I banged my head on this for hours and then > just after I write you I get a step further. I changed mvl mod

Re: [rules-users] Getting a Drools Fusion - CEP Example to work

2011-04-11 Thread s.Daniel
Now I realy feel a bit silly. I banged my head on this for hours and then just after I write you I get a step further. I changed mvl mode and replaced line 78 in Tester.java with: PackageBuilderConfiguration conf = new PackageBuilderConfiguration(); ((MVELDialectConfiguration) conf.

[rules-users] Getting a Drools Fusion - CEP Example to work

2011-04-11 Thread s.Daniel
Hello I have built my first few test rules and now I'm working on moving on to more complex questions. Since I need to monitor data over time I would like to lern from the example provided here: http://javabeans.asia/articles/drools_5_case_study_2_complex_event_processing.html Unfortunately I can

Re: [rules-users] real life implementations

2011-04-11 Thread Mauricio Salatino
Using rule flows and agenda groups or even separate sessions for solving different problems usually helps. It really depends on the problem that you are trying to solve. Greetings. On Fri, Apr 8, 2011 at 9:51 AM, nch wrote: > Hello, > > We're trying to implement a drools based app. As the number