You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/04/07 22:13:09 UTC

DO NOT REPLY [Bug 18287] - Error in serialization of xsd:boolean fields

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18287>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18287

Error in serialization of xsd:boolean fields

tomj@macromedia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From tomj@macromedia.com  2003-04-07 20:13 -------
Dims,
This change broke things.
WSDL2Java now no longer converts
  <element name="nilint" type="xsd:int" nillable="true"/>

To an Integer, but rather an int.

We need to solve this another way and correctly map nillable=true xsd types to 
their Java wrappers.