You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Andrew Borley (JIRA)" <tu...@ws.apache.org> on 2007/01/23 11:11:49 UTC

[jira] Resolved: (TUSCANY-536) Cannot mix both WS Entrypoint and WS External Service

     [ https://issues.apache.org/jira/browse/TUSCANY-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Borley resolved TUSCANY-536.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: Cpp-current
         Assignee: Andrew Borley

Fixed at r498972

> Cannot mix both WS Entrypoint and WS External Service
> -----------------------------------------------------
>
>                 Key: TUSCANY-536
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-536
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SCA
>    Affects Versions: Cpp-current, Cpp-M1
>         Environment: Windows only
>            Reporter: Andrew Borley
>         Assigned To: Andrew Borley
>            Priority: Minor
>             Fix For: Cpp-M3, Cpp-current
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org