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 833CA200D10 for ; Sun, 24 Sep 2017 12:14:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 819D61609E6; Sun, 24 Sep 2017 10:14:07 +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 9F3951609D7 for ; Sun, 24 Sep 2017 12:14:06 +0200 (CEST) Received: (qmail 7792 invoked by uid 500); 24 Sep 2017 10:14:05 -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 7781 invoked by uid 99); 24 Sep 2017 10:14:05 -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; Sun, 24 Sep 2017 10:14:05 +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 4CB221844D6 for ; Sun, 24 Sep 2017 10:14:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, 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 kc6Wh1zJetVQ for ; Sun, 24 Sep 2017 10:14:03 +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 AFE2C60CEB for ; Sun, 24 Sep 2017 10:14:02 +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 DCB94E00DF for ; Sun, 24 Sep 2017 10:14:01 +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 ECB6E24211 for ; Sun, 24 Sep 2017 10:14:00 +0000 (UTC) Date: Sun, 24 Sep 2017 10:14:00 +0000 (UTC) From: "Giacomo Boccardo (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-7516) wsdl2java JDK9 - Missing class javax/xml/bind/annotation/adapters/HexBinaryAdapter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 24 Sep 2017 10:14:07 -0000 Giacomo Boccardo created CXF-7516: ------------------------------------- Summary: wsdl2java JDK9 - Missing class javax/xml/bind/annotation/adapters/HexBinaryAdapter Key: CXF-7516 URL: https://issues.apache.org/jira/browse/CXF-7516 Project: CXF Issue Type: Bug Affects Versions: 3.2.0 Reporter: Giacomo Boccardo Priority: Blocker The error occurs using the stable JDK9. Plugin configuration: {noformat} org.apache.cxf cxf-codegen-plugin 3.2.0 foo generate-sources wsdl2java foo.wsdl -validate -client -impl -fe cxf -xjc-Xts:style:multiline -verbose TIMESTAMP org.apache.cxf.xjcplugins cxf-xjc-ts 3.2.0 {noformat} Stacktrace: {noformat} [ERROR] Failed to execute goal org.apache.cxf:cxf-codegen-plugin:3.2.0:wsdl2java (generate-sources-service20) on project foo: Execution bar of goal org.apache.cxf:cxf-codegen-plugin:3.2.0:wsdl2java failed: A required class was missing while executing org.apache.cxf:cxf-codegen-plugin:3.2.0:wsdl2java: javax/xml/bind/annotation/adapters/HexBinaryAdapter [ERROR] ----------------------------------------------------- [ERROR] realm = plugin>org.apache.cxf:cxf-codegen-plugin:3.2.0 [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy [ERROR] urls[0] = file:/Users/jhack/.m2/repository/org/apache/cxf/cxf-codegen-plugin/3.2.0/cxf-codegen-plugin-3.2.0.jar [ERROR] urls[1] = file:/Users/jhack/.m2/repository/org/apache/cxf/xjcplugins/cxf-xjc-ts/3.2.0/cxf-xjc-ts-3.2.0.jar [ERROR] urls[2] = file:/Users/jhack/.m2/repository/org/apache/commons/commons-lang3/3.6/commons-lang3-3.6.jar [ERROR] urls[3] = file:/Users/jhack/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [ERROR] urls[4] = file:/Users/jhack/.m2/repository/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar [ERROR] urls[5] = file:/Users/jhack/.m2/repository/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar [ERROR] urls[6] = file:/Users/jhack/.m2/repository/org/apache/cxf/cxf-core/3.2.0/cxf-core-3.2.0.jar [ERROR] urls[7] = file:/Users/jhack/.m2/repository/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar [ERROR] urls[8] = file:/Users/jhack/.m2/repository/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar [ERROR] urls[9] = file:/Users/jhack/.m2/repository/org/apache/ws/xmlschema/xmlschema-core/2.2.2/xmlschema-core-2.2.2.jar [ERROR] urls[10] = file:/Users/jhack/.m2/repository/org/apache/cxf/cxf-tools-common/3.2.0/cxf-tools-common-3.2.0.jar [ERROR] urls[11] = file:/Users/jhack/.m2/repository/org/apache/velocity/velocity-engine-core/2.0/velocity-engine-core-2.0.jar [ERROR] urls[12] = file:/Users/jhack/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [ERROR] urls[13] = file:/Users/jhack/.m2/repository/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar [ERROR] urls[14] = file:/Users/jhack/.m2/repository/com/sun/xml/bind/jaxb-xjc/2.2.11/jaxb-xjc-2.2.11.jar [ERROR] urls[15] = file:/Users/jhack/.m2/repository/com/sun/xml/bind/jaxb-core/2.2.11/jaxb-core-2.2.11.jar [ERROR] urls[16] = file:/Users/jhack/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2.11/jaxb-impl-2.2.11.jar [ERROR] urls[17] = file:/Users/jhack/.m2/repository/org/apache/cxf/cxf-tools-wsdlto-core/3.2.0/cxf-tools-wsdlto-core-3.2.0.jar [ERROR] urls[18] = file:/Users/jhack/.m2/repository/org/apache/cxf/cxf-tools-validator/3.2.0/cxf-tools-validator-3.2.0.jar [ERROR] urls[19] = file:/Users/jhack/.m2/repository/org/apache/cxf/cxf-rt-bindings-soap/3.2.0/cxf-rt-bindings-soap-3.2.0.jar [ERROR] urls[20] = file:/Users/jhack/.m2/repository/org/apache/cxf/cxf-rt-databinding-jaxb/3.2.0/cxf-rt-databinding-jaxb-3.2.0.jar [ERROR] urls[21] = file:/Users/jhack/.m2/repository/org/apache/cxf/cxf-rt-wsdl/3.2.0/cxf-rt-wsdl-3.2.0.jar [ERROR] urls[22] = file:/Users/jhack/.m2/repository/org/ow2/asm/asm/5.2/asm-5.2.jar [ERROR] urls[23] = file:/Users/jhack/.m2/repository/org/apache/cxf/cxf-tools-wsdlto-databinding-jaxb/3.2.0/cxf-tools-wsdlto-databinding-jaxb-3.2.0.jar [ERROR] urls[24] = file:/Users/jhack/.m2/repository/org/apache/cxf/cxf-tools-wsdlto-frontend-jaxws/3.2.0/cxf-tools-wsdlto-frontend-jaxws-3.2.0.jar [ERROR] urls[25] = file:/Users/jhack/.m2/repository/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar [ERROR] urls[26] = file:/Users/jhack/.m2/repository/org/apache/commons/commons-text/1.1/commons-text-1.1.jar [ERROR] urls[27] = file:/Users/jhack/.m2/repository/org/apache/cxf/cxf-tools-wsdlto-frontend-javascript/3.2.0/cxf-tools-wsdlto-frontend-javascript-3.2.0.jar [ERROR] urls[28] = file:/Users/jhack/.m2/repository/org/apache/cxf/cxf-rt-javascript/3.2.0/cxf-rt-javascript-3.2.0.jar [ERROR] urls[29] = file:/Users/jhack/.m2/repository/org/springframework/spring-core/4.3.10.RELEASE/spring-core-4.3.10.RELEASE.jar [ERROR] urls[30] = file:/Users/jhack/.m2/repository/org/springframework/spring-beans/4.3.10.RELEASE/spring-beans-4.3.10.RELEASE.jar [ERROR] urls[31] = file:/Users/jhack/.m2/repository/org/springframework/spring-context/4.3.10.RELEASE/spring-context-4.3.10.RELEASE.jar [ERROR] urls[32] = file:/Users/jhack/.m2/repository/org/springframework/spring-aop/4.3.10.RELEASE/spring-aop-4.3.10.RELEASE.jar [ERROR] urls[33] = file:/Users/jhack/.m2/repository/org/springframework/spring-expression/4.3.10.RELEASE/spring-expression-4.3.10.RELEASE.jar [ERROR] urls[34] = file:/Users/jhack/.m2/repository/org/apache/ant/ant/1.10.1/ant-1.10.1.jar [ERROR] urls[35] = file:/Users/jhack/.m2/repository/org/apache/ant/ant-launcher/1.10.1/ant-launcher-1.10.1.jar [ERROR] urls[36] = file:/Users/jhack/.m2/repository/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar [ERROR] urls[37] = file:/Users/jhack/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [ERROR] Number of foreign imports: 1 [ERROR] import: Entry[import from realm ClassRealm[project>xyz, parent: ClassRealm[maven.api, parent: null]]] [ERROR] [ERROR] ----------------------------------------------------- [ERROR] : javax.xml.bind.annotation.adapters.HexBinaryAdapter {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029)