RE: [rules-users] Re: To know about correct Drools rule file (drl)syntaxes

2008-05-29 Thread Christine
On Thu, May 29, 2008 16:17, Hareendra Pelige wrote: > According to your experience, which rule file language is commonly used? I would say that this syntax from your email is easiest to use. As Mark explained, the xml-type language is old, version 2.0. You can define a domain specific language, b

Re: [rules-users] Re: To know about correct Drools rule file (drl)syntaxes

2008-05-29 Thread Mark Proctor
Hareendra Pelige wrote: Thanks for the feedback. According to your experience, which rule file language is commonly used? drl, rtfm, its well explaine and the examples are well documented as walk through tutorials. http://www.jboss.org/drools/documentation.html Thanks Hareendra Pelige

RE: [rules-users] Re: To know about correct Drools rule file (drl)syntaxes

2008-05-29 Thread Hareendra Pelige
Thanks for the feedback. According to your experience, which rule file language is commonly used? Thanks Hareendra Pelige From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of pramod george Sent: Thursday, May 29, 2008 1:54 PM To: rules-users@li

Re: [rules-users] Old drools-spring project

2008-05-29 Thread Mark Proctor
Lake Pancake wrote: I found this: http://docs.codehaus.org/display/DROOLS/Drools+Spring+Tutorial The latest version available for drools-spring appears to be 2.5-beta-1. Is it stable and does it work with Drools 4 or should I stay away? It does not work with drools 2.5. Paul Browne is worki

Re: [rules-users] Old drools-spring project

2008-05-29 Thread Mark Proctor
Hehl, Thomas wrote: If it helps, I am running Spring 2.5 with drools 4 and not having issues. heh, now that I didn't expect :) *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Lake Pancake *Sent

RE: [rules-users] Old drools-spring project

2008-05-29 Thread Hehl, Thomas
Really. What kinds of issues are you seeing for Spring? I am using decision tables and, as I stated earlier, it's working very well. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Proctor Sent: Thursday, May 29, 2008 10:03 AM To: Rules Users List Subject: Re: [ru

RE: [rules-users] Old drools-spring project

2008-05-29 Thread Hehl, Thomas
If it helps, I am running Spring 2.5 with drools 4 and not having issues. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lake Pancake Sent: Thursday, May 29, 2008 9:33 AM To: rules-users@lists.jboss.org Subject: [rules-users] Old drools-spring project I found thi

[rules-users] Old drools-spring project

2008-05-29 Thread Lake Pancake
I found this: http://docs.codehaus.org/display/DROOLS/Drools+Spring+Tutorial The latest version available for drools-spring appears to be 2.5-beta-1. Is it stable and does it work with Drools 4 or should I stay away? Thanks ___ rules-users mailing lis

Re: [rules-users] Using global in LHS

2008-05-29 Thread Jaroslaw Kijanowski
Hi, there are two issues: - the left side of contains needs to be filed of Item (it also needs to be a Collection or array) - in your case you should use "memberOf" to check if a field (catId) is a member of a Collection or array. see the docs for more info (6.5.2.1.1.3.1. Operators) However

Re: [rules-users] To know about correct Drools rule file (drl) syntaxes

2008-05-29 Thread Mark Proctor
Hareendra Pelige wrote: Hi All, I am new to this Drools rule engine. After looking at its features, I am really interested on this. I tried few samples given in jboss site and got to know high-level understanding of the rule engine and how it can be used in our business applications. But,

[rules-users] Using global in LHS

2008-05-29 Thread Markus Helbig
Hi, again a question, any body had success using globals in LHS? Following DSL [condition][]is a Item=Item() [condition][]-is of type Advertisment=advertisment contains catId rule when $pli: is a Item - is of type Advertisment then

[rules-users] Re: To know about correct Drools rule file (drl) syntaxes

2008-05-29 Thread pramod george
Hi. Check: drools.pdf http://downloads.jboss.com/drools/docs/4.0.3.15993.GA/html_single/index.html http://legacy.drools.codehaus.org/Tutorials+and+Examples -P ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/list

[rules-users] Multiple DRL files uploading into BRMS

2008-05-29 Thread Thalupula Ravi
Hi, I created a Rule project and couple of .drl file in Eclipse, i'm planning to upload all .drl files into BRMS in a single shot. I know the we can upload only one .drl file into BRMS at a time. My questions are 1) can we uploading entire rule project into BRMS? I read that inform of XML we ca