Incorrect BigDecimal to xs:decimal conversion with Jdk 1.5+
-----------------------------------------------------------
Key: AXIS2-4036
URL: https://issues.apache.org/jira/browse/AXIS2-4036
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: adb
Affects Versions: 1.3, 1.4
Environment: Jdk1.5
Reporter: Sven Blösl
SimpleTypeMapper calls BigDecimal.toString() to convert the BigDecimal into a
string.
In a Java5 environment this will produce invalid xs:decimal values for
BigDecimals where the toString() decides to use scientific notation.
The reason is that the semantic of BigDecimal.toString() has changed from
Jdk1.4 to Jdk1.5.
The prior toString() semantic is now implemented by the new toPlainString()
method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]