[rules-users] Date Condition in Decision tables

2011-02-23 Thread sdinoo
I am new to drools. I've searched in this forum as well as in the documentation but I havent found any solution to the situation that I am facing I have a Claim object that has 1 date member variable called claimRequestDate I want to achieve a rule that if the claimRequestDate is 65 days old fr

[rules-users] spring-drools api exception: Invalid property 'knowledgeAgent'

2011-02-23 Thread mmjose26
Hi, Im runnung test cases in Spring Drools 5.2M1 and I have this exception: Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ksession2': Error setting property values; nested exception is org.springframework.beans.NotWritablePro

Re: [rules-users] RuleFlow only calling first RuleFlowGroup when called through drools-server

2011-02-23 Thread Wolfgang Laun
Activating and deactivating rules in batches (i.e., groups of one sort or other) cannot be imitated by salience. If you leave a group, no rule from that group stands a chance to become active again. But a high-salience rule that isn't activated before 0:12:34.567 may (after some firings of low-sal

Re: [rules-users] RuleFlow only calling first RuleFlowGroup when called through drools-server

2011-02-23 Thread elitwin
elitwin wrote: > > There are two issues posted in Jira about this. > > https://issues.jboss.org/browse/JBRULES-2718 > https://issues.jboss.org/browse/JBRULES-2728 (duplicate of 2718) > > I am not sure if/when there is any plan to fix this in 5.1.x. > > I may have to revert back to 5.0.1. > I

Re: [rules-users] Strengths of Drools

2011-02-23 Thread Mark Proctor
On 23/02/2011 11:34, FrankVhh wrote: > Hi all, > > Suppose some kind of annoying manager asks you to list the strengths of > Drools, in stead of just letting you play with the tool. > > What points would you definitely put on te list apart from: > > - Open source > -> Low cost of purchase

Re: [rules-users] Can't Deploy drools-server.war to JBoss 5.1.0.GA - ClassCastException

2011-02-23 Thread rtmacphail
Hi, I'm just re-posting my question because there were no replies. Has anyone had any luck deploying the 5.1 drools-server war to JBoss 5.1.0.GA? I can't get it to deploy - even right out of the box with no config changes. Any input would be appreciated. -- View this message in context: http:/

[rules-users] 'From' Compilation Error with Interface Inheritance

2011-02-23 Thread Sam Romano
Hey Everyone, I am wondering if anyone is seeing this error I am. We are finally in the process of upgrading from 5.0.1 to 5.1 final and some of our existing rules are generating some cryptic error messages during the KnowledgeBuilder stage. I was finally able to recreate the error without using

[rules-users] Drools integration with JBOSS ESB

2011-02-23 Thread Sathya Prakash
Hi , Did any one using Jboss esb for integrating drools? If yes then how to handle exception suppose while executing my rules by calling custom class an exception thrown at custom class should be sent to next actions. -- Regards, Sathya Prakash. ** _

[rules-users] Strengths of Drools

2011-02-23 Thread FrankVhh
Hi all, Suppose some kind of annoying manager asks you to list the strengths of Drools, in stead of just letting you play with the tool. What points would you definitely put on te list apart from: - Open source -> Low cost of purchase -> Lot of flexibility to developer - Performance

Re: [rules-users] JUnit Test failure when Eclipse library present on classpath

2011-02-23 Thread Bruno Freudensprung
Hi, Unfortunately I have no answer to your question. However I actually run JUnit 4 tests calling drools 5.1.1 in Eclipse 3.5 and it works with the following classpath. Please note that it contains jars that are not Drools-specific (my project-specific jars): +- org.drools:drools-core:jar:5.1.

Re: [rules-users] getting details of facts triggering rules

2011-02-23 Thread Mark Proctor
On 23/02/2011 07:39, Wolfgang Laun wrote: > 2011/2/23 Mark Proctor: >> the deprecated "drools" identifier > The "Expert" documentation doesn't say so. > -W KnowledgeHelper was depcreated as it's in "core", but not in "api". Instead "api" has RuleContext and it is that which is exposed via the key