]
Mario Fusco commented on DROOLS-1392:
-------------------------------------
Fixed on branch 6.5.x by
This fix cannot be forwarded port to master yet because it uses a method introduced with
POI 3.15 and master is still using 3.13.
Boolean cells in decision tables are not correctly formatted with
Apache POI 3.15
---------------------------------------------------------------------------------
Key: DROOLS-1392
URL:
https://issues.jboss.org/browse/DROOLS-1392
Project: Drools
Issue Type: Bug
Reporter: Mario Fusco
Assignee: Mario Fusco
Using Apache POI 3.15 cells of type Boolean are formatted as "TRUE" or
"FALSE" instead of "true" or "false" and this leads to
generate an invalid drl that will raise compilation errors like the following
{code}
Rule Compilation error : [Rule name='Spreadsheet Example_11']
rule_table/Rule_Spreadsheet_Example_11413427566.java (7:503) : FALSE cannot be resolved
to a variable
{code}