[
https://issues.apache.org/jira/browse/CXF-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627636#action_12627636
]
Daniel Kulp commented on CXF-1780:
----------------------------------
Because "Infinity" and "-Infinity" are not valid values for float/double in
XML. If validation is turned on in JAXB, it would reject those values.
Likewise, I don't think the XMLBeans databinding would process them correctly
either.
> float's and double's negative infinity is incorrectly marshalled/unmarshalled
> as positive infinity
> --------------------------------------------------------------------------------------------------
>
> Key: CXF-1780
> URL: https://issues.apache.org/jira/browse/CXF-1780
> Project: CXF
> Issue Type: Bug
> Components: CORBA Binding
> Affects Versions: 2.1.2
> Reporter: Matteo Vescovi
> Fix For: 2.1.3
>
> Attachments: infinity_patch.diff
>
>
> Floats with value Float.NEGATIVE_INFINITY or doubles with value
> Double.NEGATIVE_INFINITY are incorrectly marshalled/unmarshalled as positive
> infinity.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.