]
Edson Tirelli reassigned DROOLS-2075:
-------------------------------------
Assignee: Fedor Gavrilov (was: Edson Tirelli)
Allow empty output cell on DTs
------------------------------
Key: DROOLS-2075
URL:
https://issues.jboss.org/browse/DROOLS-2075
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.4.1.Final
Reporter: Edson Tirelli
Assignee: Fedor Gavrilov
Fix For: 7.5.0.Final
Currently the compiler raises an error if an output cell of a decision table is empty.
E.g.:
<semantic:outputEntry id="_9ad23b6a-67fb-47b1-84a2-98e7859154e6">
<semantic:text/>
</semantic:outputEntry>
Change the compiler to accept that and treat the result as being null.