-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
7.22.0.Final
This Iss was spotted during review of PR for DROOLS-3829 and DROOLS-3934.
User is not able to execute model with imported nodes.
Steps To Reproduce
- Deploy the attached project to kie server
- Try to execute the model as:
curl -u testadmin:'admin1234;' -H "accept: application/json" -H "content-type: application/json" -X POST "http://localhost:8080/kie-server/services/rest/server/containers/dmn.imports/dmn" -d "{ \"model-namespace\" : \"https://github.com/kiegroup/drools/kie-dmn/_547C193C-0B52-45F5-877E-F74A7DD29838\", \"model-name\" : \"routes\", \"decision-name\" : [\"Traffic.Traffic\" ], \"decision-id\" : [ ], \"dmn-context\" : {\"cars per hour\" : 10}}"
- You will get result:
{ "type" : "FAILURE", "msg" : "Error from container 'dmn.imports'Unable to locate DMN Model to evaluate", "result" : null }
- Error appears in server log: error.log
Actual result
There is response error message and error in server log
Expected result
Model is executed
- relates to
-
DROOLS-3934 [DMN Designer] Included Models - Boxed Expressions does not work for imported DRG Elements
- Closed
-
DROOLS-3829 [DMN Designer] Included Models - When users open a DMN file with imported Data Types, they must be able to see those types on read-only mode
- Closed