[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:55:00 EST 2017


    [ https://issues.jboss.org/browse/DROOLS-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13342299#comment-13342299 ] 

Mario Fusco commented on DROOLS-1392:
-------------------------------------

Fixed on branch 6.5.x by https://github.com/droolsjbpm/drools/commit/156d8ed00457ac3651bc556386689266eea47b5b

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}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list