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 "Dinesh Premalal (JIRA)" <ji...@apache.org> on 2006/11/28 07:54:23 UTC

[jira] Resolved: (AXIS2C-355) When use code generation tool with data binding null for c code gen it generates code that has java class name as parameter type

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

Dinesh Premalal resolved AXIS2C-355.
------------------------------------

    Fix Version/s: 0.96
       Resolution: Fixed

this issue is fixed by the patch submitted by Milinda for axis2c-365

> When use code generation tool with data binding null for c code gen it generates code that has java class name as parameter type
> --------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-355
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-355
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>            Reporter: Milinda Lakmal Pathirage
>             Fix For: 0.96
>
>         Attachments: newPatch.txt, patch.txt
>
>
> The generated code is like this
>  axiom_node_t* axis2_skel_AllTest_echoAll (const axis2_env_t *env  ,
>                                               org.apache.axiom.om.OMElement param0 )
>         {
>           /* TODO fill this with the necessary business logic */
>           return NULL;
>         }
> {
>          /* depending on the function name invoke the
>           * corresponding  method
>           */
>           axiom_element_t *element = NULL;
>           axiom_node_t *ret_node = NULL;
>           
>             axiom_node_t* ret_val1;
>             org.apache.axiom.om.OMElement input_val1_1;
>             
>           if (content_node)
> 	      {
>             if (AXIOM_NODE_GET_NODE_TYPE(content_node, env) == AXIOM_ELEMENT)
>             {

-- 
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