-
Bug
-
Resolution: Done
-
Blocker
-
7.13.0.Final
-
2018 Week 42-44
-
3
-
-
NEW
-
NEW
I created the a1.dmn model using features of DROOLS-3024, however then I am not able to deploy the created dmn model, the attached error.log appears in server log.
Another steps to reproduce
Run the code snippet below
final DMNRuntime runtime = DMNRuntimeUtil.createRuntime("a2.dmn", this.getClass() ); final DMNModel dmnModel = runtime.getModel("https://github.com/kiegroup/drools/kie-dmn", "a2" ); assertThat( DMNRuntimeUtil.formatMessages( dmnModel.getMessages() ), dmnModel.hasErrors(), is( false ) );
- relates to
-
DROOLS-3038 [DMN Designer] Added type can not be resolved
- Closed
-
DROOLS-3024 [DMN Designer] Data Types - Add nested data types
- Closed