]
Edson Tirelli reassigned DROOLS-2388:
-------------------------------------
Assignee: Fedor Gavrilov (was: Edson Tirelli)
DMN Namespace unmarshalling differs from standard one when calling
DMNValidator.validate method with File param
---------------------------------------------------------------------------------------------------------------
Key: DROOLS-2388
URL:
https://issues.jboss.org/browse/DROOLS-2388
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.6.0.Final
Reporter: Tibor Zimányi
Assignee: Fedor Gavrilov
Priority: Minor
When using DMNValidator.validate method that takes a DMN file as a parameter, the
validation results are sometimes different from results of validate method that takes
Definitions as an input parameter. The main difference looks to be namespace parsing.
Reproducer can be found here:
https://github.com/kiegroup/drools/pull/1814