[rules-users] The Eclipse JDT Core jar is not in the classpath

2008-06-11 Thread Christopher . Mathrusse
I'm using JBoss Rules 4.01 with Spring 2.5 and I'm utilizing the JSR-94 interfaces provided by Spring Modules. When deploying my application I receive the error: The Eclipse JDT Core jar is not in the classpath I've searched through the postings and found that setting the compiler to drools.di

[rules-users] How to write the validation timestamp lessthan current date using drools

2008-06-11 Thread manyasri.m
Hi, i am trying to validate start time stamp and current date. 1.start_timestamp can not be =< Current Date this is the condition. Any one work on this type of thing pls give me some suggestion.write this condition is DSL File. Thanks, Manya.. -- View this message in context: http://www.nabb

[rules-users] How to write the validations Timestamp using drools

2008-06-11 Thread manyasri.m
Hi , i am trying to validate Timestamp values in my table. 1.end_timestamp must be > start_timestamp this is the condition. How to write that condition in DSL file.any one can working on timestamp pls give me replay. Thanks, Manya.. -- View this message in context: http://www.nabble.com/How

Re: [rules-users] Re: Rules compiler is not able to extract the field withxXXX format

2008-06-11 Thread Sivakumar Thiruppathy
Thanks for trying it out. Actually it was a typo in my posting text and not in the code. I have declared variable called tText and have a getTText() method. Below is the rule segment. rule "entity.testrule" when $rulesSerivceTest:RulesServiceTest(tText:tText) then logger.info(

[rules-users] Re: Rules compiler is not able to extract the field withxXXX format

2008-06-11 Thread Alexander Claus
I have a member variable called tText (i.e any variable with xXXX format) and have the proper getter/setter ( getTText() and setTText(String arg) ). If I try the extract that field in the rule LHS ( i.e. someclass(myText:tText) ) then I get the "Unable to create Field Extractor for 'sText'" err

[rules-users] Model Jars in BRMS

2008-06-11 Thread Vikas Phonsa
Hi Everybody, In BRMS, the Model jars are uploaded for each package. If I have a large number of packages, that use the objects from the same jars, is there a way to place the common jars somewhere and have the packages share those jars. I found an option in BRMS to copy jar from one package to

[rules-users] DSL: Same Constraint - Multiple Declarations

2008-06-11 Thread Anders Hansen
I'm running into an issue using the same text for constraints on multiple declarations. The high level concept is that I'm trying to write DSL in a way that allows reuse of various conditions. For example, I have a Client and that needs a constraint that tests to see if a Client is disabled.

[rules-users] Rules compiler is not able to extract the field with xXXX format

2008-06-11 Thread ts
I have a member variable called tText (i.e any variable with xXXX format) and have the proper getter/setter ( getTText() and setTText(String arg) ). If I try the extract that field in the rule LHS ( i.e. someclass(myText:tText) ) then I get the "Unable to create Field Extractor for 'sText'" erro

Re: [rules-users] NoClassDefFoundError when dynamically updating rulebase for rule using 'accumulate' CE

2008-06-11 Thread Edson Tirelli
Seems a bug to me. Can you plz open a JIRA and attach a self contained test case for us to reproduce the problem? Thanks []s Edson 2008/6/11 kunal <[EMAIL PROTECTED]>: > > Yes, I just updated to 4.0.7 before couple of days. But I tried it out with > 4.0.4 also with same results. S

[rules-users] logging

2008-06-11 Thread Thalupula Ravi
Hi, How can i log that where a rule is executed or not for supplied data? If the rule fires, in 'then' section i can have a log statement. How can i log that the rule is not executed?? I need to log in both scenarios. Thanks, Ravi Thalupula -- View this message in context: http://www.nabbl

Re: [rules-users] Re: beginner needs help

2008-06-11 Thread Senlin Liang
Hello Alexander, Thanks a lot! I tried to install a fresh copy of Drools, and what I have done is: 1. checked out everything from http://anonsvn.labs.jboss.com/labs/jbossrules/trunk using Subversion. 2. cd $DROOLS_HOME 3. mvn clean 4.mvn -Declipse -Ddocumentation clean install -DlocalEclipseDrop=

Re: [rules-users] NoClassDefFoundError when dynamically updating rulebase for rule using 'accumulate' CE

2008-06-11 Thread kunal
Yes, I just updated to 4.0.7 before couple of days. But I tried it out with 4.0.4 also with same results. So I don't think this is something introduced in 4.0.7, but not sure. Edson Tirelli-3 wrote: > > Are you using drools 4.0.7? > > []s > Edson > > 2008/6/10 kunal <[EMAIL P

Re: [rules-users] NoClassDefFoundError when dynamically updating rulebase for rule using 'accumulate' CE

2008-06-11 Thread Edson Tirelli
Are you using drools 4.0.7? []s Edson 2008/6/10 kunal <[EMAIL PROTECTED]>: > > I am dynamically adding/modifying rules (packages) to a loaded rule-base > and > having issues specifically when my rule contains accumulate CE. For an > example, following is a rule which I am trying

Re: [rules-users] BRMS / Guvnor Standalone due back in version 5 / or other priorities?

2008-06-11 Thread Paul Browne
Ok, I'll read that as 'probably not in version 5 then' :-) I don't mind, just means one more step in 'how to setup the BRMS' instructions. Paul On Wed, Jun 11, 2008 at 1:05 PM, Mark Proctor <[EMAIL PROTECTED]> wrote: > Paul Browne wrote: > > Folks, > > Happen to be writing the part of the guid

Re: [rules-users] BRMS / Guvnor Standalone due back in version 5 / or other priorities?

2008-06-11 Thread Mark Proctor
Paul Browne wrote: Folks, Happen to be writing the part of the guide (!) on how to setup the BRMS / Guvnor. Aimed at end users (Excel people) so the fewer steps the better.i.e. 'Install Java and BRMS standalone' is going to be much easier to explain than 'install Java-JBossWeb-BRMS' - one les

[rules-users] BRMS / Guvnor Standalone due back in version 5 / or other priorities?

2008-06-11 Thread Paul Browne
Folks, Happen to be writing the part of the guide (!) on how to setup the BRMS / Guvnor. Aimed at end users (Excel people) so the fewer steps the better.i.e. 'Install Java and BRMS standalone' is going to be much easier to explain than 'install Java-JBossWeb-BRMS' - one less thing to go wrong. I

[rules-users] Re: beginner needs help

2008-06-11 Thread Alexander Claus
Hi Senlin, > > Hi all,I just started using Drools. I tried to run some example, but they all give me errors. ... > Exception in thread "main" org.drools.RuntimeDroolsException: > Unable to load dialect ... > Caused by: java.lang.RuntimeException: The Eclipse JDT Core jar is not in the classpath