Description of problem: Platform BZ for https://issues.jboss.org/browse/DROOLS-167 Steps to Reproduce: import org.drools.compiler.Person; rule R1 when $p : Person( name < "90201304122000000000000017" ) then end ksession.insert( new Person( "90201304122000000000000015", 38 ) ); Actual results: The rule is not fired Expected results: The rule is fired
Toshiya Kobayashi <tkobayas> made a comment on jira DROOLS-167 Sent a pull request for a test case. https://github.com/droolsjbpm/drools/pull/215 Probably it should be converted to BigDecimal or just compared as String.
Mario Fusco <mario.fusco> updated the status of jira DROOLS-167 to Resolved
Mario Fusco <mario.fusco> made a comment on jira DROOLS-167 Fixed with mvel 2.1.6
Fixed.
Verified on BRMS 6.0.0-ER2.