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
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
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
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(
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
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
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.
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
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
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
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=
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
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
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
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
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
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
17 matches
Mail list logo