Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 17472 invoked from network); 28 Nov 2006 06:54:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2006 06:54:44 -0000 Received: (qmail 3527 invoked by uid 500); 28 Nov 2006 06:54:53 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 3509 invoked by uid 500); 28 Nov 2006 06:54:53 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 3498 invoked by uid 99); 28 Nov 2006 06:54:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 22:54:53 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 22:54:43 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 550C47142F7 for ; Mon, 27 Nov 2006 22:54:23 -0800 (PST) Message-ID: <23706934.1164696863345.JavaMail.jira@brutus> Date: Mon, 27 Nov 2006 22:54:23 -0800 (PST) From: "Dinesh Premalal (JIRA)" To: axis-c-dev@ws.apache.org Subject: [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 In-Reply-To: <26155596.1161237754884.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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