Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 23195 invoked from network); 18 Oct 2006 02:06:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2006 02:06:36 -0000 Received: (qmail 57221 invoked by uid 500); 18 Oct 2006 02:06:33 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 57180 invoked by uid 500); 18 Oct 2006 02:06:32 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 57169 invoked by uid 99); 18 Oct 2006 02:06:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 19:06:32 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 19:06:32 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EB5A07142D1 for ; Tue, 17 Oct 2006 19:05:39 -0700 (PDT) Message-ID: <12986899.1161137139961.JavaMail.jira@brutus> Date: Tue, 17 Oct 2006 19:05:39 -0700 (PDT) From: "Chris McClelland (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-1437) CTypeInfo maps XSD primitives to Java primitives, but code generator assumes types are objects MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N CTypeInfo maps XSD primitives to Java primitives, but code generator assumes types are objects ---------------------------------------------------------------------------------------------- Key: AXIS2-1437 URL: http://issues.apache.org/jira/browse/AXIS2-1437 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: codegen Affects Versions: 1.1 Reporter: Chris McClelland Priority: Minor org/apache/axis2/schema/typemap/JavaTypeMap.java maps XSD primitive types to Java primitive types (e.g, "xs:int" to "int"), but org/apache/axis2/wsdl/template/java/MessageReceiverTemplate.xsl assumes Object-like semantics. [javac] /home/chris/eclipseWorkspace/wsdl2Service/src/com/foo/axis2/test01/Test01MessageReceiverInOut.java:46: incompatible types [javac] found : [javac] required: int [javac] int param3 = null; [javac] ^ [javac] /home/chris/eclipseWorkspace/wsdl2Service/src/com/foo/axis2/test01/Test01MessageReceiverInOut.java:159: incomparable types: int and [javac] if (param != null){ -- 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