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 "Damitha Kumarage (JIRA)" <ji...@apache.org> on 2008/03/25 11:49:29 UTC

[jira] Created: (AXIS2C-1082) Calling axis2_phase_resolver_build_chains() from deployment/conf_init.c has no effect.

Calling axis2_phase_resolver_build_chains() from deployment/conf_init.c has no effect.
--------------------------------------------------------------------------------------

                 Key: AXIS2C-1082
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1082
             Project: Axis2-C
          Issue Type: Bug
            Reporter: Damitha Kumarage


Before calling this function service need to be set to phase_resolver.c. However in all instances where this is called from conf_init.c this is not done which means the function return failure because service is not set. This did not cause failure earlier because in conf_init.c function, calling to this function did not do any status check.
So removing these functions calls from conf_init.c should not do any harm.

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


[jira] Closed: (AXIS2C-1082) Calling axis2_phase_resolver_build_chains() from deployment/conf_init.c has no effect.

Posted by "Damitha Kumarage (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damitha Kumarage closed AXIS2C-1082.
------------------------------------

    Resolution: Fixed

Removed the unwanted calls from conf_init.c

> Calling axis2_phase_resolver_build_chains() from deployment/conf_init.c has no effect.
> --------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1082
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1082
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Damitha Kumarage
>
> Before calling this function service need to be set to phase_resolver.c. However in all instances where this is called from conf_init.c this is not done which means the function return failure because service is not set. This did not cause failure earlier because in conf_init.c function, calling to this function did not do any status check.
> So removing these functions calls from conf_init.c should not do any harm.

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