[rules-users] Drools rule [Planner]

Davide Sottara dsotty at gmail.com
Tue Jan 29 14:14:12 EST 2013


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-tp4021933p4021935.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list