Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 70152 invoked from network); 9 Jul 2007 11:46:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jul 2007 11:46:28 -0000 Received: (qmail 33901 invoked by uid 500); 9 Jul 2007 11:46:30 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 33833 invoked by uid 500); 9 Jul 2007 11:46:30 -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 33820 invoked by uid 99); 9 Jul 2007 11:46:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2007 04:46:30 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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, 09 Jul 2007 04:46:27 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6010714163 for ; Mon, 9 Jul 2007 04:46:06 -0700 (PDT) Message-ID: <23279216.1183981566803.JavaMail.jira@brutus> Date: Mon, 9 Jul 2007 04:46:06 -0700 (PDT) From: "Gary Tully (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-268) support and for the cxf-codegen-plugin so that XJC plugins can be used with the wsdl2java tool In-Reply-To: <303819.1164392221991.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 [ https://issues.apache.org/jira/browse/CXF-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully updated CXF-268: --------------------------- Attachment: xjc-opts-gtully.patch This patch implements a -xjc argument for wsdl2java. -xjc is followed immediatly by a comma seperated list of arguments that are passed directly to XJC when the JAXB databinding is in use. For example, to enable the jaxb-commons-lang plugin using the common_build macro, note the additional last line of the following: For the maven wsdltojava plugin: -xjc-Xcommons-lang > support and for the cxf-codegen-plugin so that XJC plugins can be used with the wsdl2java tool > -------------------------------------------------------------------------------------------------------------------------- > > Key: CXF-268 > URL: https://issues.apache.org/jira/browse/CXF-268 > Project: CXF > Issue Type: Improvement > Components: Tooling > Affects Versions: 2.0-RC > Reporter: james strachan > Assignee: Daniel Kulp > Fix For: 2.1 > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.