Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.3.1
-
None
-
all
Description
This issue is directly related to BigDecimalType issue:
https://issues.apache.org/jira/browse/CXF-2847
The DoubleType calls Double.toString() which uses scientific notation if the value is outside a particular range:
http://download.oracle.com/javase/6/docs/api/java/lang/Double.html#toString(double)
This is incorrect. The double type should only include negative sign, period, and numbers per the specification.
Attachments
Issue Links
- is related to
-
CXF-2847 BigDecimalType incorrectly prints scientific notation
- Closed