]
Kris Verlaenen updated DROOLS-4356:
-----------------------------------
Sprint: 2019 Week 29-31, 2019 Week 32-34 (was: 2019 Week 29-31)
Failing test in kie-maven-plugin-example
----------------------------------------
Key: DROOLS-4356
URL:
https://issues.jboss.org/browse/DROOLS-4356
Project: Drools
Issue Type: Bug
Components: dmn engine
Reporter: Luca Molteni
Assignee: Matteo Mortari
Priority: Major
Steps to reproduce
cd droolsjbpm-integration/kie-maven-plugin-example
mvn clean install
expected output
[ERROR] Failures:
[ERROR] DMNTest.testDMNv1_2_ch11Modified:131 Message [id=0, level=WARNING, path=null,
line=1478, column=-1
text=DMN: Error while evaluating node 'Routing rules': the declared result
type is 'DMNType{
http://www.omg.org/spec/DMN/20180521/FEEL/ : number }' but the
actual value 'ACCEPT' is not an instance of that type (DMN id: b_RoutingRules,
Error evaluating node) ]
Message [id=0, level=ERROR, path=null, line=492, column=-1
text=DMN: Error while evaluating node 'Routing': the declared result type is
'DMNType{
http://www.trisotech.com/definitions/_3068644b-d2c7-4b81-ab9d-64f011f81f47 :
tRouting }' but the actual value 'null' is not an instance of that type (DMN
id: d_Routing, Error evaluating node) ]
Message [id=0, level=ERROR, path=null, line=537, column=-1
text=DMN: Unable to evaluate decision 'Adjudication' as it depends on decision
'Routing' (DMN id: d_Adjudication, The referenced node was not found) ]
Expected: is <false>
but: was <true>