RE: [rules-users] Setting date during execution of rules.

2008-03-10 Thread Nimesh Muley
of doing it? Regards, - Nimesh ________ From: [EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]> [mailto:[EMAIL PROTECTED] On Behalf Of Scott Reed Sent: Wednesday, March 05, 2008 8:40 PM To: Rules Users List Subject: Re: [rules-users] Setting date during execution of

Re: [rules-users] Setting date during execution of rules.

2008-03-07 Thread Mark Proctor
this be done in JBoss Rules? If yes, is TimeMachine the right way of doing it? Regards, - Nimesh *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Scott Reed *Sent:* Wednesday, March 05, 2008 8:40 PM *To:* Rules Users List *Subject:* Re: [rules-users] Setting date d

Re: [rules-users] Setting date during execution of rules.

2008-03-06 Thread Scott Reed
f yes, is TimeMachine the right way of doing it? Regards, - Nimesh -------- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Scott Reed *Sent:* Wednesday, March 05, 2008 8:40 PM *To:* Rules Users List *Subject

RE: [rules-users] Setting date during execution of rules.

2008-03-05 Thread Nimesh Muley
Regards, - Nimesh From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Reed Sent: Wednesday, March 05, 2008 8:40 PM To: Rules Users List Subject: Re: [rules-users] Setting date during execution of rules. As I understand it, the problem is that you

Re: [rules-users] Setting date during execution of rules.

2008-03-05 Thread Scott Reed
As I understand it, the problem is that you have legacy code that uses the system date in it's calculations and you cannot fix that so it will take a date parameter, right? If so, then my recommendation is to fix the legacy software if possible since messing with the system date gives me the wi

[rules-users] Setting date during execution of rules.

2008-03-04 Thread Nimesh Muley
Hi, Is there a way to set the date while executing the rules? The effective dates would be checked against this date instead of today's date. By default the effective dates would be checked with System date. But in some cases we would need to execute the rules in a 'back-dated' mode. Use case.