Re: [rules-users] when condition on multiple facts of the same type

2009-08-20 Thread Justin King
CLOUD mode I'm not sure what's up. :) > > --- On Thu, 8/20/09, Justin King wrote: > > > From: Justin King > > Subject: Re: [rules-users] when condition on multiple facts of the same > type > > To: "Rules Users List" > > Date: Thursday, Au

Re: [rules-users] when condition on multiple facts of the same type

2009-08-20 Thread Greg Barton
o, with no @expires specified, two events would have to be inserted simultaneously to match. If you're in CLOUD mode I'm not sure what's up. :) --- On Thu, 8/20/09, Justin King wrote: > From: Justin King > Subject: Re: [rules-users] when condition on multiple facts of the sa

Re: [rules-users] when condition on multiple facts of the same type

2009-08-20 Thread Justin King
problem. See attached project. > > --- On Mon, 8/17/09, Justin King wrote: > > > From: Justin King > > Subject: [rules-users] when condition on multiple facts of the same type > > To: "Rules Users List" > > Date: Monday, August 17, 2009, 8:24 PM >

Re: [rules-users] when condition on multiple facts of the same type

2009-08-17 Thread Greg Barton
Doesn't seem to be a problem. See attached project. --- On Mon, 8/17/09, Justin King wrote: > From: Justin King > Subject: [rules-users] when condition on multiple facts of the same type > To: "Rules Users List" > Date: Monday, August 17, 2009, 8:24 PM > I&#

[rules-users] when condition on multiple facts of the same type

2009-08-17 Thread Justin King
I'm trying to have a rule execute based on the following condition: ObligationComplianceEvent(term == "term 1", obligation == "obligation 1", level == 1) ObligationComplianceEvent(term == "term 2", obligation == "obligation 1", level == 1) I pass in two facts of type ObligationCom