[ 
https://issues.apache.org/jira/browse/AXIS2-4036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646941#action_12646941
 ] 

Sven Blösl commented on AXIS2-4036:
-----------------------------------

And what about using Singletons instead of static method?

> 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.4, 1.3
>         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]

Reply via email to