[jboss-jira] [JBoss JIRA] Created: (JBRULES-435) Large integer values in decision tables are converted to scientific notation in DRL which cannot be parsed

Volker Augustin (JIRA) jira-events at jboss.com
Wed Aug 16 16:10:34 EDT 2006


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: Mark Proctor


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