ScoreParser had a syntax error (agepe != age). You also have a confusing mixture of a method-local Person object and a member Person in class ScoreParser. Not knowing how you call ScoreParser, all bets are off.
I suggest you add another rule with a constraint age >= 0 and an action printing the Person - to see whether the fact is in the WM. -W On 29 June 2011 12:46, GrooV <[email protected]> wrote: > I changed the RuleSet cell to RuleSet com.test but that gave me an error > that > Person couldn't be found, I then added import com.test.Person and it still > didn't match the rule (Person was found now) > > -- > View this message in context: > http://drools.46999.n3.nabble.com/Range-operator-in-Excel-Decision-Table-tp3120750p3121093.html > Sent from the Drools: User forum mailing list archive at Nabble.com. > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users >
_______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
