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 "Francois Mireaux (JIRA)" <ji...@apache.org> on 2009/10/21 14:59:59 UTC

[jira] Created: (AXIS2C-1409) The AXIS2_PARAM_CHECK macro reset the env status when the param is OK

The AXIS2_PARAM_CHECK macro reset the env status when the param is OK
---------------------------------------------------------------------

                 Key: AXIS2C-1409
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1409
             Project: Axis2-C
          Issue Type: Bug
            Reporter: Francois Mireaux


In AXIS2_PARAM_CHECK macro, reseting the env status to OK when the tested parameter is OK seems not a good thing. Some days ago, the macro was modified to not reset the env status which leads me to track down some errors (see JIRA AXIS2C-1407 and AXIS2C-1408).

This day (10/21/2009) the macro resets again the env status but this could conceal real errors.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (AXIS2C-1409) The AXIS2_PARAM_CHECK macro reset the env status when the param is OK

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

S.Uthaiyashankar reassigned AXIS2C-1409:
----------------------------------------

    Assignee: S.Uthaiyashankar

> The AXIS2_PARAM_CHECK macro reset the env status when the param is OK
> ---------------------------------------------------------------------
>
>                 Key: AXIS2C-1409
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1409
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/engine
>            Reporter: Francois Mireaux
>            Assignee: S.Uthaiyashankar
>
> In AXIS2_PARAM_CHECK macro, reseting the env status to OK when the tested parameter is OK seems not a good thing. Some days ago, the macro was modified to not reset the env status which leads me to track down some errors (see JIRA AXIS2C-1407 and AXIS2C-1408).
> This day (10/21/2009) the macro resets again the env status but this could conceal real errors.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AXIS2C-1409) The AXIS2_PARAM_CHECK macro reset the env status when the param is OK

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768231#action_12768231 ] 

S.Uthaiyashankar commented on AXIS2C-1409:
------------------------------------------

Yes, I am working on this issue. Ideally, we should not set status if param is OK. However, when that is removed, there are some functionality broken. I'll fix them and then remove setting the status. 

> The AXIS2_PARAM_CHECK macro reset the env status when the param is OK
> ---------------------------------------------------------------------
>
>                 Key: AXIS2C-1409
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1409
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Francois Mireaux
>
> In AXIS2_PARAM_CHECK macro, reseting the env status to OK when the tested parameter is OK seems not a good thing. Some days ago, the macro was modified to not reset the env status which leads me to track down some errors (see JIRA AXIS2C-1407 and AXIS2C-1408).
> This day (10/21/2009) the macro resets again the env status but this could conceal real errors.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AXIS2C-1409) The AXIS2_PARAM_CHECK macro reset the env status when the param is OK

Posted by "Francois Mireaux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768224#action_12768224 ] 

Francois Mireaux commented on AXIS2C-1409:
------------------------------------------

Sorry, I don't see the JIRA AXIS2C-1402. But is somebody works on the topic ? (I could carry on tracking problems with a correct AXIS2_PARAM_CHECK macro)

> The AXIS2_PARAM_CHECK macro reset the env status when the param is OK
> ---------------------------------------------------------------------
>
>                 Key: AXIS2C-1409
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1409
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Francois Mireaux
>
> In AXIS2_PARAM_CHECK macro, reseting the env status to OK when the tested parameter is OK seems not a good thing. Some days ago, the macro was modified to not reset the env status which leads me to track down some errors (see JIRA AXIS2C-1407 and AXIS2C-1408).
> This day (10/21/2009) the macro resets again the env status but this could conceal real errors.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (AXIS2C-1409) The AXIS2_PARAM_CHECK macro reset the env status when the param is OK

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

S.Uthaiyashankar resolved AXIS2C-1409.
--------------------------------------

    Resolution: Duplicate

Same issue as AXIS2C-1402

> The AXIS2_PARAM_CHECK macro reset the env status when the param is OK
> ---------------------------------------------------------------------
>
>                 Key: AXIS2C-1409
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1409
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/engine
>            Reporter: Francois Mireaux
>            Assignee: S.Uthaiyashankar
>
> In AXIS2_PARAM_CHECK macro, reseting the env status to OK when the tested parameter is OK seems not a good thing. Some days ago, the macro was modified to not reset the env status which leads me to track down some errors (see JIRA AXIS2C-1407 and AXIS2C-1408).
> This day (10/21/2009) the macro resets again the env status but this could conceal real errors.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AXIS2C-1409) The AXIS2_PARAM_CHECK macro reset the env status when the param is OK

Posted by "S.Uthaiyashankar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768232#action_12768232 ] 

S.Uthaiyashankar commented on AXIS2C-1409:
------------------------------------------

If you could track the problems, it will help us a lot. Please provide patch if you find the solutions to the problem. 

> The AXIS2_PARAM_CHECK macro reset the env status when the param is OK
> ---------------------------------------------------------------------
>
>                 Key: AXIS2C-1409
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1409
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Francois Mireaux
>
> In AXIS2_PARAM_CHECK macro, reseting the env status to OK when the tested parameter is OK seems not a good thing. Some days ago, the macro was modified to not reset the env status which leads me to track down some errors (see JIRA AXIS2C-1407 and AXIS2C-1408).
> This day (10/21/2009) the macro resets again the env status but this could conceal real errors.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (AXIS2C-1409) The AXIS2_PARAM_CHECK macro reset the env status when the param is OK

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

S.Uthaiyashankar updated AXIS2C-1409:
-------------------------------------

    Component/s: core/engine

> The AXIS2_PARAM_CHECK macro reset the env status when the param is OK
> ---------------------------------------------------------------------
>
>                 Key: AXIS2C-1409
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1409
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/engine
>            Reporter: Francois Mireaux
>
> In AXIS2_PARAM_CHECK macro, reseting the env status to OK when the tested parameter is OK seems not a good thing. Some days ago, the macro was modified to not reset the env status which leads me to track down some errors (see JIRA AXIS2C-1407 and AXIS2C-1408).
> This day (10/21/2009) the macro resets again the env status but this could conceal real errors.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.