Which version are you using? A bug was found recently affecting the
evaluation of this type of constraints:
Number( intValue < $worktime )
You will have to update to 5.5.1-SNAPSHOT, wait a few days for 5.6 or try
this workaround (untested):
Number( intValue() < $worktime.intValue() )
Davide
--
View this message in context:
http://drools.46999.n3.nabble.com/rules-users-Drools-rule-Planner-tp40219...
Sent from the Drools: User forum mailing list archive at
Nabble.com.