BRMS transforms numeric values in a SpreadSheet into double
Issue
- I load a decision table SpreadSheet (MS Excel XSL file) and I see that a cell value "6600" is transformed to "6600.000000000001" in DRL rules. The cell is generated by VBA macro.
rule "..."
when
...
MyEvent(sendDate after[1ms, 6600.000000000001ms] $target) from entry-point "MyEntryPoint"
then
....
end
Environment
- Red Hat JBoss BRMS
- 6.2.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.