[jboss-jira] [JBoss JIRA] Resolved: (JBRULES-435) Large integer values in decision tables are converted to scientific notation in DRL which cannot be parsed
Michael Neale (JIRA)
jira-events at lists.jboss.org
Wed May 2 20:33:30 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-435?page=all ]
Michael Neale resolved JBRULES-435.
-----------------------------------
Resolution: Won't Fix
Use the workaround: mark cells as text and they will be used verbatim when generating rules from a "classic" spreadsheet. Otherwise a test case is needed cause I can't get this to happen with open office.
> Large integer values in decision tables are converted to scientific notation in DRL which cannot be parsed
> ----------------------------------------------------------------------------------------------------------
>
> Key: JBRULES-435
> URL: http://jira.jboss.com/jira/browse/JBRULES-435
> Project: JBoss Rules
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Decision tables, Drl Parser/Builder
> Reporter: Volker Augustin
> Assigned To: Michael Neale
>
> When a condition column in a decision table contains values like 25000000, this is compiled using the SpreadsheetCompiler into 2.5E7 in the DRL. However, the DRL parser/compiler cannot cope with this notation and exists with a unexpected token "E7" error message.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list