]
Matteo Mortari updated DROOLS-2380:
-----------------------------------
Sprint: 2018 Week 13-14
DMN Validator is not using the DMN Profiles
-------------------------------------------
Key: DROOLS-2380
URL:
https://issues.jboss.org/browse/DROOLS-2380
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.6.0.Final
Reporter: Edson Tirelli
Assignee: Matteo Mortari
Priority: Critical
Fix For: 7.7.0.Final
The DMN validator is instantiating the DMN compiler directly, and that does not load the
default extension profiles, nor any possibly configured profile.
We need to unify the compiler instantiation code so that it is consistent for both the
validator and the runtime.