Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 61900 invoked from network); 6 Mar 2008 09:38:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2008 09:38:22 -0000 Received: (qmail 96487 invoked by uid 500); 6 Mar 2008 09:38:18 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 96474 invoked by uid 500); 6 Mar 2008 09:38:18 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 96464 invoked by uid 99); 6 Mar 2008 09:38:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 01:38:18 -0800 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 09:37:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EEE06234C08C for ; Thu, 6 Mar 2008 01:36:57 -0800 (PST) Message-ID: <1700193044.1204796217977.JavaMail.jira@brutus> Date: Thu, 6 Mar 2008 01:36:57 -0800 (PST) From: "Jesse McLaughlin (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-1465) WSDL2Java error when using binding customization MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org WSDL2Java error when using binding customization --------------------------------------------------------------------- Key: CXF-1465 URL: https://issues.apache.org/jira/browse/CXF-1465 Project: CXF Issue Type: Bug Affects Versions: 2.0.4 Environment: JDK5, OS X, Eclipse/Ant Reporter: Jesse McLaughlin WSDL2Java fails with a runtime exception when generating a JAXB client. To reproduce this error, do the following: 1. Create a WSDL that uses an to import its types from a separate XSD file (ie. as opposed to in-lining them in the WSDL itself). 2. Put the WSDL and XSD files somewhere in the filesystem under a directory with a name containing a space character. 3. Create a binding customization file that uses the customization to cause all generated Java types to implement java.io.Serializable. 4. Invoke WSDL2Java to generate the client for the WSDL, passing the binding customization file via the -b option. An error will be generated. In this scenario, either leaving out the binding file or removing the space from the directory name will cause everything to work as expected. The issue only occurs when both of these conditions are present. Please refer to the following user-list thread for a complete discussion and some example data: http://www.nabble.com/WSDL2Java-error-when-using-%3Cjaxb%3Aserializable-%3E-binding-customization-to15786637.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.