Thanks for the response. I will follow that.<br><br><div class="gmail_quote">On Wed, May 9, 2012 at 11:38 AM, Wolfgang Laun <span dir="ltr">&lt;<a href="mailto:wolfgang.laun@gmail.com" target="_blank">wolfgang.laun@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Don&#39;t do this: LHS code should not have any side effects and should<br>
not depend on the time a CE or constraint is evaluated.<br>
<br>
If your variable should represent a yyy-mm-dd 0:00:00, you should<br>
establish a global variable of type Date and initialize it after<br>
creating your session and before inserting any facts.<br>
<br>
-W<br>
<div class="im"><br>
<br>
On 09/05/2012, sumatheja &lt;<a href="mailto:sumatheja@gmail.com">sumatheja@gmail.com</a>&gt; wrote:<br>
&gt; Hi All,<br>
&gt;         Can anyone tell me if there is a variable or standard way to get<br>
</div>&gt; the *current date* and compare with the java.util.Date. I&#39;m trying write<br>
<div class="im">&gt; the below rule but it doesn&#39;t work. It doesn&#39;t throw any error but the rule<br>
&gt; is not at all fired in any case<br>
&gt;<br>
&gt; rule &quot;new rule&quot;<br>
&gt; dialect &quot;java&quot;<br>
&gt; when<br>
</div>&gt;     Message(*testDate &lt; new Date()*)<br>
<div class="im">&gt; then<br>
&gt;     System.out.println(&quot;Test&quot;);<br>
&gt; end<br>
&gt; Do I have to insert a seperate fact which will contain the current date?<br>
&gt; Thanks in advance.<br>
&gt;<br>
&gt; --<br>
&gt; cheers<br>
&gt; Sumatheja Dasararaju<br>
&gt;<br>
</div>_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>cheers<br>Sumatheja Dasararaju<br><br><br>