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 "Milinda Lakmal Pathirage (JIRA)" <ji...@apache.org> on 2007/01/05 10:05:27 UTC

[jira] Commented: (AXIS2C-463) Codegeneration Tool Generate stub that use incorrect macros for build_om functions of structures

    [ https://issues.apache.org/jira/browse/AXIS2C-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462439 ] 

Milinda Lakmal Pathirage commented on AXIS2C-463:
-------------------------------------------------

This bug has been fixed.

> Codegeneration Tool Generate stub that use incorrect macros for build_om functions of structures
> ------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-463
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-463
>             Project: Axis2-C
>          Issue Type: Bug
>            Reporter: Milinda Lakmal Pathirage
>         Attachments: codegen.patch
>
>
> Generated stub code use macro of input message type to build the structure for output message type.
> Example:
> axis2_divResponse_t* ret_val = NULL;
> axiom_node_t *ret_node = NULL;
> ret_val = axis2_divResponse_create(env);
> AXIS2_DIV_BUILD_OM(ret_val, env, ret_node );
> But  AXIS2_DIV_BUILD_OM(ret_val, env, ret_node ); must be AXIS2_DIVRESPONSE_BUILD_OM(ret_val, env, ret_node);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://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