Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD8B91027A for ; Fri, 1 May 2015 11:53:36 +0000 (UTC) Received: (qmail 23035 invoked by uid 500); 1 May 2015 11:53:36 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 22955 invoked by uid 500); 1 May 2015 11:53:36 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 22933 invoked by uid 99); 1 May 2015 11:53:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2015 11:53:35 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.191.145.13 which is an MX secondary for users@cxf.apache.org) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2015 11:53:30 +0000 Received: from mail-ig0-f179.google.com (mail-ig0-f179.google.com [209.85.213.179]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 529F028674; Fri, 1 May 2015 11:42:50 +0000 (UTC) Received: by iget9 with SMTP id t9so26906727ige.1; Fri, 01 May 2015 04:42:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=KofRuttvDa5GqMZZIyZEAc7jW3b8BIoN/7PndFrTpUQ=; b=arlbBpRNf4JL+PMU9spHP++Wh56mogY5toe87tfGIyAugdaWeDyNRrpb2Y+WsnQG8q z0dSnARXmaKe3aaayUaN25Lr0GNSKYsg6OoYuwGadUVhtWkGiizSt8L0zj528LDb2zRf Z1Xcl7AzCynkHe61f/2AfXpH4PvDel1Oj8DxPks9LEerusAZ9iJwSzVEzz4FC4j6Jycr 1rKjx4lnQniKT+tupg7/q0U0kW+Q6ksloB4ekX4s6nBmarH9Zzkug/lp8d1cVNYN0rX/ TEb2Pzcp4xrWm188t7VTbLV8SORmLRnqSwFe4tgRId2jjn4ZTUCC9mnSd36M9/9mWybd UTJA== MIME-Version: 1.0 X-Received: by 10.42.129.73 with SMTP id p9mr14158527ics.48.1430480569785; Fri, 01 May 2015 04:42:49 -0700 (PDT) Received: by 10.50.231.180 with HTTP; Fri, 1 May 2015 04:42:49 -0700 (PDT) Date: Fri, 1 May 2015 07:42:49 -0400 Message-ID: Subject: cxf-codegen-plugin and JDK 8 - illegal configuration-file syntax From: S Overflow To: users@cxf.apache.org, dev@cxf.apache.org Content-Type: multipart/alternative; boundary=20cf301af6d9386226051503b665 X-Virus-Checked: Checked by ClamAV on apache.org --20cf301af6d9386226051503b665 Content-Type: text/plain; charset=UTF-8 I am trying to update some web services code developed for Java 6 to Java 8. The modules use the maven cxf-codegen-plugin. The Java 6 version used cxf version 2.2.2. I was able to get it working with Java 7 by updating cxf to 2.7.9 but haven't be able to build under Java 8. I tried updating cxf to 3.0.3 but still get this error: XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sum.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: java.xml.xpath.XPathFactory: jar:file:/c:/Documents%20and%20Settings/Kevin/.m2/repository/saxon/saxon-xpath/ 8.9.0.3/saxon-xpath-8.9.0.3.jar!META-INF/services/javax.xml.xpath.XPathFactory:2: Illegal configuration-file syntax I am using jdk 1.8.0_31, maven 3.0.3 and cxf 3.0.3. Thanks, K --20cf301af6d9386226051503b665--