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/07 16:35:53 UTC

[jira] Created: (AXISCPP-514) Intermittent exception in SoapSerializer, due to ordering of statements

Intermittent exception in SoapSerializer, due to ordering of statements
-----------------------------------------------------------------------

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


Within SoapSerializer::serializeCmplxArray and SoapSerializer::serializeSimpleArray the statements for removeNamespace() and pParam->setPrefix() can cause access exceptions due to their ordering.

By removing the prefix too soon, the string value is deleted before it is actually used.

-- 
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-514) Intermittent exception in SoapSerializer, due to ordering of statements

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

    Resolution: Fixed

Ordering of statements has now been corrected.

> Intermittent exception in SoapSerializer, due to ordering of statements
> -----------------------------------------------------------------------
>
>          Key: AXISCPP-514
>          URL: http://issues.apache.org/jira/browse/AXISCPP-514
>      Project: Axis-C++
>         Type: Bug
>   Components: Serialization
>     Versions: current (nightly)
>     Reporter: Adrian Dick
>     Assignee: Adrian Dick

>
> Within SoapSerializer::serializeCmplxArray and SoapSerializer::serializeSimpleArray the statements for removeNamespace() and pParam->setPrefix() can cause access exceptions due to their ordering.
> By removing the prefix too soon, the string value is deleted before it is actually used.

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