[jboss-jira] [JBoss JIRA] (DROOLS-1392) Boolean cells in decision tables are not correctly formatted with Apache POI 3.15
Mario Fusco (JIRA)
issues at jboss.org
Mon Jan 2 11:31:00 EST 2017
Mario Fusco created DROOLS-1392:
-----------------------------------
Summary: 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}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list