You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Adrian Dick (JIRA)" <ax...@ws.apache.org> on 2005/03/22 20:14:21 UTC

[jira] Created: (AXISCPP-575) Nillable not supported for arrays of simple types

Nillable not supported for arrays of simple types
-------------------------------------------------

         Key: AXISCPP-575
         URL: http://issues.apache.org/jira/browse/AXISCPP-575
     Project: Axis-C++
        Type: Bug
  Components: Deserialization, Serialization, WSDL processing  
    Versions: current (nightly)    
    Reporter: Adrian Dick
 Assigned to: Adrian Dick 


Arrays of nillable simple types are not supported, with the exception of string based types (eg: xsd:string and xsd:QName).

Looking into the serialization/deserialization code, the basic problem is that we handle arrays of values.  If we were to handle arrays of pointers to values, we would no longer have a problem.



-- 
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


[jira] Closed: (AXISCPP-575) Nillable not supported for arrays of simple types

Posted by "Adrian Dick (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-575?page=history ]
     
Adrian Dick closed AXISCPP-575:
-------------------------------

    Resolution: Fixed

Modified arrays of simple types to use arrays of pointers to values.
This will affect all client stubs and server skeletons using arrays of simple types - with the exception of string based types.  I have updated and tested all doc/literal test clients, but am currently unable to test server skeletons.

I have successfully tested all these fixes on Windows, Linux (RH AS 3.0) and AIX.

> Nillable not supported for arrays of simple types
> -------------------------------------------------
>
>          Key: AXISCPP-575
>          URL: http://issues.apache.org/jira/browse/AXISCPP-575
>      Project: Axis-C++
>         Type: Bug
>   Components: Deserialization, Serialization, WSDL processing
>     Versions: current (nightly)
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick

>
> Arrays of nillable simple types are not supported, with the exception of string based types (eg: xsd:string and xsd:QName).
> Looking into the serialization/deserialization code, the basic problem is that we handle arrays of values.  If we were to handle arrays of pointers to values, we would no longer have a problem.

-- 
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