[ 
http://issues.apache.org/jira/browse/AXIS-1857?page=comments#action_60422 ]
     
Yves Langisch commented on AXIS-1857:
-------------------------------------

The problem occurs with most of the Axis types in org.apache.axis.types. I'll 
provide a patch later.

> PositiveInteger fields in a bean are incorrectly serialized (lowestSetBit 
> attribute)
> ------------------------------------------------------------------------------------
>
>          Key: AXIS-1857
>          URL: http://issues.apache.org/jira/browse/AXIS-1857
>      Project: Axis
>         Type: Bug
>   Components: Serialization/Deserialization
>     Versions: 1.2RC3
>  Environment: 1.4.2_06-b03, SuSE 9.2
>     Reporter: Yves Langisch
>     Priority: Critical
>  Attachments: axis_1857.patch
>
> PositiveInteger fields in a bean are incorrectly serialized. On the wire 
> there is a attribute "lowestSetBit" attribute for these elements which 
> invalidates the message.
> The cause seems to be the change that was made in the class SimpleSerializer 
> (version 1.35 -> 1.36, init() method). Since the if-statement in the 
> init-method ("if (SimpleType.class.isAssignableFrom(javaType)") was removed 
> the propertyDescriptor is sett. This propertyDescriptor then contains the 
> lowestSetBit property as it is a property of the BigInteger class.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to