]
Matteo Mortari updated DROOLS-1620:
-----------------------------------
Sprint: 2017 Week 26-27
Unmarshalling <text> DMN elements containing CDATA fails on IBM
JDK
-------------------------------------------------------------------
Key: DROOLS-1620
URL:
https://issues.jboss.org/browse/DROOLS-1620
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.0.0.Final
Reporter: Tibor Zimányi
Assignee: Matteo Mortari
Labels: reported-by-qe
Fix For: 7.1.0.Final
When running test UnmarshalMarshalTest.testDish() on IBM JDK, the test fails with
following output [1]. Unmarshall call here [2] produces UnaryTests with empty _text_
attributes, so whole CDATA content is ignored during unmarshalling.
[1]
https://gist.github.com/baldimir/e65a8755aeebef17508788213676fcb2
[2]
https://github.com/kiegroup/drools/blob/158ae2f284f080f75016fedc2f8426568...