[
https://issues.apache.org/jira/browse/CXF-3263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp resolved CXF-3263.
------------------------------
Resolution: Not A Problem
Fix Version/s: Invalid
The current behavior is per XMLSchema specification.
> DoubleType incorrectly prints scientific notation
> -------------------------------------------------
>
> Key: CXF-3263
> URL: https://issues.apache.org/jira/browse/CXF-3263
> Project: CXF
> Issue Type: Bug
> Components: Aegis Databinding
> Affects Versions: 2.3.1
> Environment: all
> Reporter: Jon Osborn
> Fix For: Invalid
>
>
> 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.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira