[ http://issues.apache.org/jira/browse/AXIS2C-355?page=comments#action_12443474 ] Thilina Gunarathne commented on AXIS2C-355: -------------------------------------------
Hi Milinda, Looks like we have a problem with the patch... It has conflicts... Please do a svn up and then create a new patch... Thanks, Thilina > 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 > Attachments: 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
