DmnDecision decision = dmnEngine.parseDecision("decision", inputStream); but I got error - Method threw 'java.lang.NoClassDefFoundError' exception.
when looked into implementation I found that if failed when tried to read model from streamorg.camunda.bpm.dmn.engine.impl.transform.DefaultDmnTransform.setModelInstance -> modelInstance = Dmn.readModelFromStream(inputStream); So under debug Dmn.instanse is null, so I am not able to do anything with Dmn. Can you say how to deal with this bug?
Did you create the DMN table using the Camunda web application at http://demo.bpmn.io/dmn/ ?
Please provide a copy of the DMN file or a picture of it as well as how you are attempting to implement it.
mvn clean package