[rules-users] Import Error

2007-10-23 Thread Bhattacharya, Sougata
Hi All, I have class I could import that class in my java file but when I ma trying to import that in drl file, I am getting error saying ImportError Any one has any idea; Thanks Sougata This message contains information that may be privileged or confidential and is the property of the

Re: [rules-users] Attribute activations vs object activations

2007-10-23 Thread Joshua Undesser
Mark, Thank you for the quick response.I understand what you are saying in terms of efficiency, the problem we have though is that the rule engine is only one of many client applications to our system, and in terms of injecting data into our system it is actually a very minor client at that.

[rules-users] Jboss rules: or with binding issue?

2007-10-23 Thread Rahul Phadnis
I am using Jboss Rules 4.0.2 version. I am trying to using or with binding. However the following doesn't work rule RulesTest # the if part activation-group ActivationGroup1 salience 50 when $eventType: EventType(id == Constants.EVENT_DEVCOM_ID) $result :

[rules-users] DSL regex support

2007-10-23 Thread Adam Lewandowski
I just upgraded to 4.0.3 and want to take advantage of regex support for my DSL. Specifically, I want to be able to use a character class at the start of my expander expression to allow the first character to be case insensitive. For example (in the expander definition): [when][Ff]act value

Re: [rules-users] infinite loop controlling

2007-10-23 Thread Mark Proctor
for individual rules you'd have to manage it yourself. there is a generic firelimit which can be applied, but it tracks all rules. Paul Browne wrote: Mark, I'm interested in this (for another mad reason). I'm guessing that you're refering to AgendaEventListener; Are you suggesting using an

[rules-users] Drools 4.0.3 Released

2007-10-23 Thread Fernando Meyer
http://blog.athico.com/2007/10/drools-403-released.html We just released Drools v4.0.3 http://labs.jboss.com/drools/downloads.html. This is a minor release with a few improvements on existing features and some bug fixes. Release Notes - JBoss Drools - Version 4.0.3 We would like to really

[rules-users] Rules firing with an update of another object

2007-10-23 Thread Fabrice Granzotto
Hi everybody! Here is my code and my rule. The problem is that the rule doesn?t detect that my item ?chocolate? contained in the container has moved to the ?office?. I know that if I update the item instead the container it?s working, but I was wondering if there is a solution to detect this

Re: [rules-users] Rules firing with an update of another object

2007-10-23 Thread Edson Tirelli
Hi Fabrice, That is how it is supposed to work... no automatic way of doing it in another way. []s Edson 2007/10/23, Fabrice Granzotto [EMAIL PROTECTED]: Hi everybody! Here is my code and my rule. The problem is that the rule doesn?t detect that my item ?chocolate? contained