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 Tom Jordahl <to...@macromedia.com> on 2003/04/07 22:17:06 UTC

JAX-RPC TCK - Axis 1.1

Continuing in our discussion of how "reproducible" the TCK results are, this bug fix in 1.1 actually broke several TCK tests.

Upon having our testers 'start from scratch' and re-run the test, it turns out we DO have failures.  Don't blame me; I just pass along what they tell me. :-(

--
Tom Jordahl
Macromedia Server Development

-----Original Message-----
From: bugzilla@apache.org [mailto:bugzilla@apache.org] 
Sent: Monday, April 07, 2003 4:13 PM
To: axis-dev@ws.apache.org
Subject: 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.