Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B8BA7200C40 for ; Thu, 23 Mar 2017 19:20:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B6E13160B83; Thu, 23 Mar 2017 18:20:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0981F160B68 for ; Thu, 23 Mar 2017 19:20:45 +0100 (CET) Received: (qmail 53154 invoked by uid 500); 23 Mar 2017 18:20:45 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 53140 invoked by uid 99); 23 Mar 2017 18:20:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Mar 2017 18:20:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C7CD8180A02 for ; Thu, 23 Mar 2017 18:20:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -98.549 X-Spam-Level: X-Spam-Status: No, score=-98.549 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id su5qedOyFPlb for ; Thu, 23 Mar 2017 18:20:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 7AA8E5FC84 for ; Thu, 23 Mar 2017 18:20:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5B067E06C7 for ; Thu, 23 Mar 2017 18:20:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id A730F21DC5 for ; Thu, 23 Mar 2017 18:20:41 +0000 (UTC) Date: Thu, 23 Mar 2017 18:20:41 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-4980) wsdl2java should support JiBX CodeGen command line parameters MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 23 Mar 2017 18:20:46 -0000 [ https://issues.apache.org/jira/browse/CXF-4980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-4980. ------------------------------ Resolution: Won't Fix Fix Version/s: Invalid We've removed JIBX databinding for 3.2. No plans to continue enhancing it anymore. > wsdl2java should support JiBX CodeGen command line parameters > ------------------------------------------------------------- > > Key: CXF-4980 > URL: https://issues.apache.org/jira/browse/CXF-4980 > Project: CXF > Issue Type: Improvement > Components: OtherDatabindings, Tooling > Affects Versions: 2.7.4 > Reporter: Franz van Betteraey > Labels: cxf-codegen-plugin, jibx, wsdl2java > Fix For: Invalid > > > Apache CXF supports [JiBX|http://jibx.sourceforge.net/] databinding. Full annotated service code can be generated by using the [wsdl2java|http://cxf.apache.org/docs/wsdl-to-java.html] tool. Unfortunatly the wsdl2java options do not allow to pass any JiBX [command line parameter|http://jibx.sourceforge.net/fromschema/codegen.html] to the JiBX code generation process. Thus no extending of the code generation (like e.g. the usage of class-decorators) can happen. > It would be nice if there would be something similar like the '-xjc' wsdl2java option to pass JiBX arguments directly to the JiBX codegen tool in case of JiBX databinding. > The maven [cxf-codegen-plugin|http://cxf.apache.org/docs/maven-cxf-codegen-plugin-wsdl-to-java.html] should support this option of course. -- This message was sent by Atlassian JIRA (v6.3.15#6346)