[rules-users] Exception with 4.0.0.MR2

2007-05-18 Thread José Miguel Sánchez
Hi, I get the next exception with 4.0.0.MR2 that I didn't get with previous versions with the same DRL: java.lang.IllegalArgumentException: The rule called regla1_11 is not valid. Check for compile errors reported. at

[rules-users] how to check reference

2007-05-18 Thread Sikkandar Nawabjan
Hi, we are using drools version 3.0.6. I want to check the object references of t inserted objects in working memory. How to check the condition in LHS? right now am doing the following way when $obj1:object() $obj2:object() then if($obj1!=$obj2) System.out.println(Fired);

Re: [rules-users] how to check reference

2007-05-18 Thread Edson Tirelli
Yes, in 3.0.6 you will need eval. But also it is important to remember that by default, in 3.0.6, an object will never match more than one pattern. So in the given example, ob1 and ob2 will always be different and the check is not needed. In 4.0, things are a bit different, as by default a

Re: [rules-users] BRMS Release Date

2007-05-18 Thread Mark Proctor
yes plan is for end of june, its looking good for that date, at worst we'll have a candidate release for then, while we work on docs. mark Michael A Heese wrote: Hello, I'm evaluating JBoss Rules for a project I'm working on. One of the features I would like to use is the BRMS. Does anyone

[rules-users] expressiveness and decisions

2007-05-18 Thread Mark Proctor
By now I would hope you are all subscribed to our bloghttp://markproctor.blogspot.com , but for those that aren't I thought these two entries would interest many people: Making decisions with Rule Flow - http://markproctor.blogspot.com/2007/05/making-decisions-with-rule-flow-and.html JBoss