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 "Nandika Jayawardana (JIRA)" <ji...@apache.org> on 2006/11/02 11:14:19 UTC

[jira] Resolved: (AXIS2C-383) axis2_phases_info_set_op_phases does not set out fault phases if in fault phases were absent

     [ http://issues.apache.org/jira/browse/AXIS2C-383?page=all ]

Nandika Jayawardana resolved AXIS2C-383.
----------------------------------------

    Resolution: Fixed

this issue is fixed now

> axis2_phases_info_set_op_phases does not set out fault phases if in fault phases were absent
> --------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-383
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-383
>             Project: Axis2-C
>          Issue Type: Bug
>         Environment: windows
>            Reporter: Nandika Jayawardana
>            Priority: Minor
>
> axis2_phases_info_set_op_phases does not set out fault phases if in fault phases were absent since if in fault phases were absent function returns as follows
>  
> if (op_in_faultphases)
>     {
>         status = AXIS2_OP_SET_FAULT_IN_FLOW(op_desc, env,
>                 op_in_faultphases);
>     }	else
>     {
>         status = AXIS2_ERROR_GET_STATUS_CODE(env->error);
>         if (AXIS2_SUCCESS != status)
>         {
>             return status;
>         }
>     }

-- 
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: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org