Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-3110

[DMN Designer] Unable to deploy model with custom data type

XMLWordPrintable

      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 ) );
      

        1. error.log
          11 kB
        2. a2.dmn
          5 kB
        3. a1.dmn
          4 kB
        4. a_dmn.dmn
          2 kB

            dadossan Daniel José dos Santos (Inactive)
            rh-ee-jomarko Jozef Marko
            Jozef Marko Jozef Marko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: