[rules-users] Questions about collect performance

2007-04-13 Thread Dirk Bergstrom
Edson Tirelli (JIRA) was heard to exclaim, On 04/11/07 05:57: > Edson Tirelli commented on JBRULES-740: > Being brief, using the following rule: > rule "Find all PRs for user" > when > $user : User( ) > $pr_list : RecordSet( size > 0 ) from > collect( PRRecord( $resp : responsible -> ( $user.ha

[rules-users] Rule Server Status

2007-04-13 Thread Robert Morse
Hello, I came across this ( http://markproctor.blogspot.com/2006/10/jboss- rules-server.html ) while reading the documentation. Anyone know the current status? Thanks. ___ rules-users mailing list [EMAIL PROTECTED] https://lists.jboss.org/mailman/

Re: [rules-users] Basic Questions

2007-04-13 Thread Ronald R. DiFrango
I will try to answer the questions as best I can and hopefully someone else will chime in: 1) Drools use to be the former name of JBoss Rules. I am assuming they did not see the need to re-package everything once it went under the JBoss umbrella. This is similar to how Hibernate works. 2) .drl

[rules-users] many response

2007-04-13 Thread fakhfakh ismail
Hello, First sorry for my bad english when I execute a regle I get many response I don't know why? Example: rule "userrole" when user1: BnUserValue(nameuser : name) and Role : BnRoleValue() and ActiviteOut : BnNodeValue(bnRole == Role,executor == nameuser ) and ActiviteIn

Re: [rules-users] fit-for-rules documentation

2007-04-13 Thread Niloy Debnath
hi, download JBoss Rules 3.0.6 Binaries with dependencies from the given link ... http://labs.jboss.com/portal/jbossrules/downloads here we will get other JBoss related products which may be helpful for your project.after downloading the zip file unzip that and you will get a docs folder.wit

Re: [rules-users] Word Salience in .drl files

2007-04-13 Thread Brian Sam-Bodden
You can think of Salience as a relative priority for a rule. If two rules conflict, Salience is a way to resolve the conflict. On 4/13/07, Zully Yineth Romero Albarracin <[EMAIL PROTECTED]> wrote: Hi again. What does "Salience X" mean? Where X is a number. Thanks _

[rules-users] Word Salience in .drl files

2007-04-13 Thread Zully Yineth Romero Albarracin
Hi again. What does "Salience X" mean? Where X is a number. Thanks ___ rules-users mailing list [EMAIL PROTECTED] https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] Basic Questions

2007-04-13 Thread Zully Yineth Romero Albarracin
Hello, I've been reading about Jboss Drools and I have questions to do. 1. I still don't undertand why in the download section (about jboss rules) exist Jboss Rules and Drools. What's the difference? 2. When I downloaded the examples, I found files like .drl (drools files, they allow to write

Re: [rules-users] Object parameter

2007-04-13 Thread Mark Proctor
we obey the javabean spec for field names, see BeanIntrospector for more details. Mark Scott Reed wrote: Anstis, Michael (M.)'s message received 4/13/2007 6:20 AM: You need to change your rule:- rule "userrole" when user1: BnUserValue(name : name, creationDate : creationDate) and

Re: [rules-users] Object parameter

2007-04-13 Thread Scott Reed
Anstis, Michael (M.)'s message received 4/13/2007 6:20 AM: You need to change your rule:- rule "userrole" when user1: BnUserValue(name : name, creationDate : creationDate) and ActiviteOut : BnNodeValue( BnRole: *_b_*nRole ) and lien: BnEdgeValue(id : id) then System.o

[rules-users] fit-for-rules documentation

2007-04-13 Thread Isabelle Hupont
Hi, I'm working on a JBoss-Rules-based decision project and I would like to create a scenario manager in order to make “what if” scenario testing. I have seen that Fit-to-rules would be of great interest for my work but, unfortunately, I didn't found much information about it. Could you please te

RE: [rules-users] Object parameter

2007-04-13 Thread Anstis, Michael \(M.\)
You need to change your rule:- rule "userrole" when user1: BnUserValue(name : name, creationDate : creationDate) and ActiviteOut : BnNodeValue( BnRole: bnRole ) and lien: BnEdgeValue(id : id) then System.out.println("oui ça marche"); end _

RE: [rules-users] object parameter object

2007-04-13 Thread Anstis, Michael \(M.\)
Bonjour, Mon collègue m'ayant demande de traduire ses pensées, je prend la liberté de vous faire parvenir ces quelques lignes: How do you access the value of BnRole in Class BnNodeValue? Comment accédez-vous a la variable BnRole dans la Classe BnNodeValue? Your email suggests bnRole is a pub