You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2006/12/18 06:06:21 UTC

[jira] Resolved: (AXIS2-1881) Codegeneration Tool Generate C stub that use incorrect macros for build_om functions of structures

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

Amila Chinthaka Suriarachchi resolved AXIS2-1881.
-------------------------------------------------

    Resolution: Fixed

applied the patch to the trunck. Thanks milinda.

> Codegeneration Tool Generate C stub that use incorrect macros for build_om functions of structures
> --------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1881
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1881
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: codegen
>    Affects Versions: nightly
>            Reporter: Milinda Lakmal Pathirage
>         Attachments: codegen.patch
>
>
> Generated C 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: 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-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org