Cannot mix both WS Entrypoint and WS External Service
-----------------------------------------------------

         Key: TUSCANY-536
         URL: http://issues.apache.org/jira/browse/TUSCANY-536
     Project: Tuscany
        Type: Bug

  Components: C++ SCA  
    Versions: Cpp-current, Cpp-M1    
    Reporter: Andrew Borley
    Priority: Minor


A component invoked via a WS Entrypoint fails after invoking a WS External 
Service. I believe this is a problem with freeing memory in Axis2C & have asked 
a question on the Axis2C mailing list. Currently this causes the server to 
crash. 

A workaround can be used - comment out the block that frees the Axis2C service 
client in Axis2Client.cpp at line 169:
//    if (svc_client)
//    {
//        AXIS2_SVC_CLIENT_FREE(svc_client, env);
//        svc_client = NULL;
//    } 

Unfortunately this can cause memory leakage problems.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to