]
Lukáš Petrovický updated JBRULES-2991:
--------------------------------------
Fix Version/s: (was: 5.2.0.M1)
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)
Affects Versions: 5.2.0.M2
Reporter: Tomáš Schlosser
Assignee: Mark Proctor
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 example worked in 5.1
--
This message is automatically generated by JIRA.
For more information on JIRA, see: