]
Edson Tirelli updated DROOLS-2147:
----------------------------------
Sprint: 2017 Week 47-48
Type test error
---------------
Key: DROOLS-2147
URL:
https://issues.jboss.org/browse/DROOLS-2147
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.4.1.Final
Reporter: Edson Tirelli
Assignee: Matteo Mortari
Fix For: 7.5.0.Final
Attachments: TypeTestError.dmn
Attached model is raising the following runtime error:
{quote}Error while evaluating node 'People groups': the declared result type is
'DMNType\{
http://www.trisotech.com/dmn/definitions/_cbdacb7b-f72d-457d-b4f4-54020a0... :
tListPeople }' but the actual value '\[\[\{Age=20, Name=Ana}, \{Age=22,
Name=Bob}], \[\{Age=27, Name=Charlie}, \{Age=29, Name=Daniel}], \[\{Age=31, Name=Edson},
\{Age=32, Name=Fred}]]' is not an instance of that type{quote}
The engine should not generate such error as the type is correct.