It actually even seems to fail when I add a 2nd column with age < 65 and age
18 in the first
Generated rules:
package rule_table;
#generated from Decision Table
import com.test.Person;
#From row number: 11
rule "_11"
when
person : Person(age > 18, age < 65)
then
person.setScore(100);
System.out.println(person.getName());
end
--
View this message in context:
http://drools.46999.n3.nabble.com/Range-operator-in-Excel-Decision-Table-...
Sent from the Drools: User forum mailing list archive at
Nabble.com.