On 23 September 2011 00:26, Slorg1 <slorg1@percipiomedia.com> wrote:

global java.util.Date now;

When calling it in a rule:

rule "MyRule"
  when
     EXPRESSION >=   now.time
  then
     // things to do
end


This comparison isn't in an eval CE or within a pattern? As it is written it can't be correct, global or no global.
-W