[rules-users] SVN URL changes

2008-07-14 Thread Michael Neale
Details are here: http://blog.athico.com/2008/07/svn-url-changes-funny-video.html -- Michael D Neale home: www.michaelneale.net blog: michaelneale.blogspot.com ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/lis

RE: [rules-users] LHS Conditional Syntax for drl - date comparisonwith objects

2008-07-14 Thread Costello, Robert
Wonderful! Thanks very much for your learned response. Java syntax, then, is more reserved for the right hand side of the rule, which makes sense, else we would see semi-colons in the LHS. Thanks again! Robert Costello Lead Systems Engineer IMA Performance E3- 279A 847.286.0910

Re: [rules-users] LHS Conditional Syntax for drl - date comparison with objects

2008-07-14 Thread Scott Reed
Oops, try this: *rule* "Your First Rule" *when* Date1( $end1: endDate ) Date2( beginDate > $end1 ) *then* #actions System.out.println("do something"); *end* Scott Reed wrote: *Try this: * *rule* "Your First Rule" *whe

Re: [rules-users] LHS Conditional Syntax for drl - date comparison with objects

2008-07-14 Thread Scott Reed
*Try this: * *rule* "Your First Rule" *when* $d1 : Date1( $end1: endDate ) $d2 : Date2() $d2 : Date2( beginDate > $end1 ) *then* #actions System.out.println("do something"); *end* Costello, Robert wrote: I'm having a hard time

[rules-users] LHS Conditional Syntax for drl - date comparison with objects

2008-07-14 Thread Costello, Robert
I'm having a hard time understanding the syntax in the conditional or left hand side of the DRL. Is it acceptable to use dot notation in the LHS? Is there a better way to compare fields on different objects? In the example below, I get an error "Unable to find class $d1. What limitations ar

[rules-users] RE: [rules-dev] Multi threading usage best practice

2008-07-14 Thread Anstis, Michael (M.)
Cross posted for information. Ths subject is more for the user list than the dev' one. Cheers, From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 9Lives 9Lives Sent: 14 July 2008 14:33 To: Rules Dev List Subject: RE