Sorry forgot to mention, I'm using 5.2 released version
--
View this message in context:
http://drools.46999.n3.nabble.com/Date-comparison-tp3500194p3500227.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailin
Hi,
As per documentation, I'm trying to use a simple rule for date comparison,
rule "EFP_14"
when
v:ResourceValue(QName == "A.datetime", value > "01-nov-2011")
then
System.out.println("--> Rule executed");
end
but I get following error while executing r