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

Reply via email to