Operator soundslike is broken
-----------------------------
Key: JBRULES-2991
URL:
https://issues.jboss.org/browse/JBRULES-2991
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Tomáš Schlosser
Assignee: Mark Proctor
Fix For: 5.2.0.M1
When trying to use soundslike operator in rule:
rule "Soundslike1"
agenda-group "Soundslike"
when
PetPerson( name soundslike "foobar" )
then
#consequence
end
I get exception:
Evaluator 'soundslike' does not support type 'ValueType = 'Object' :
[Rule name='Soundslike1']
name is a String
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira