Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 76005 invoked from network); 14 Jul 2005 20:39:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jul 2005 20:39:29 -0000 Received: (qmail 82703 invoked by uid 500); 14 Jul 2005 20:39:26 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 82671 invoked by uid 500); 14 Jul 2005 20:39:25 -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 82655 invoked by uid 99); 14 Jul 2005 20:39:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jul 2005 13:39:13 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 417D117 for ; Thu, 14 Jul 2005 22:39:10 +0200 (CEST) Message-ID: <441662606.1121373550266.JavaMail.jira@ajax.apache.org> Date: Thu, 14 Jul 2005 22:39:10 +0200 (CEST) From: "David Brandow (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS-2122) WSDL2Java - i18n - JavaWriter.java 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 WSDL2Java - i18n - JavaWriter.java ---------------------------------- Key: AXIS-2122 URL: http://issues.apache.org/jira/browse/AXIS-2122 Project: Apache Axis Type: Bug Components: WSDL processing Versions: 1.1, 1.2RC1, 1.2RC2, 1.2, 1.2RC3, 1.2.1 Environment: All Reporter: David Brandow org.apache.axis.wsdl.toJava.JavaWriter's getPrintWriter() implementation differs from that of org.apache.axis.wsdl.toJava.JavaDeployWriter in that it doesn't write out the code in UTF-8. As a result, if you have i18n characters in your WSDL, the Java code that gets generated is incorrect and won't compile. If you change JavaWriter's getPrintWriter() implementation to match that of JavaDeployWriter, the generated java is correct and compilable (assuming you use javac -encoding UTF-8). -- 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