Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 85773 invoked from network); 18 May 2005 15:56:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 May 2005 15:56:58 -0000 Received: (qmail 69627 invoked by uid 500); 18 May 2005 15:21:31 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 69576 invoked by uid 500); 18 May 2005 15:21:30 -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 69449 invoked by uid 99); 18 May 2005 15:21:28 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 18 May 2005 08:21:25 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 6F4482F8 for ; Wed, 18 May 2005 17:21:11 +0200 (CEST) Message-ID: <148369572.1116429671453.JavaMail.jira@ajax.apache.org> Date: Wed, 18 May 2005 17:21:11 +0200 (CEST) From: "Will Lauer (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS-2001) Generated stubs differ between Solaris and Windows Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Generated stubs differ between Solaris and Windows -------------------------------------------------- Key: AXIS-2001 URL: http://issues.apache.org/jira/browse/AXIS-2001 Project: Axis Type: Bug Components: WSDL processing Versions: 1.2 Environment: Solaris 9 running sun JDK 1.4.2_06 Windows 2kSP4 running sun JDK 1.4.2_07b5 Reporter: Will Lauer While using java2wsdl and then wsdl2java to generate first WSDL from an interface definition and then proxy stubs from the wsdl, the resulting stubs diff when generated on Solaris vs Windows. Specifically, the arguments to bean constructors may be placed in different orders depending on platform. The prevents the use of common implementation classes being writen to use these generated stubs on all platforms. It looks like the problem is with src\org\apache\axis\wsdl\toJava\JavaBeanWriter.java in the method writeMinimalConstructor(). There seems to have been a change between axis 1.2RC3 and axix 1.2 RTM that removed code to sort the constructor arguments. -- 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