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 590B0200BA8 for ; Mon, 24 Oct 2016 12:47:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 579EF160B00; Mon, 24 Oct 2016 10:47:00 +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 9D82B160AE1 for ; Mon, 24 Oct 2016 12:46:59 +0200 (CEST) Received: (qmail 97618 invoked by uid 500); 24 Oct 2016 10:46:58 -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 97592 invoked by uid 99); 24 Oct 2016 10:46:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2016 10:46:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B44B42C0D55 for ; Mon, 24 Oct 2016 10:46:58 +0000 (UTC) Date: Mon, 24 Oct 2016 10:46:58 +0000 (UTC) From: "John D. Ament (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-7101) SpringBoot JAX-WS example fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 24 Oct 2016 10:47:00 -0000 [ https://issues.apache.org/jira/browse/CXF-7101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15601613#comment-15601613 ] John D. Ament commented on CXF-7101: ------------------------------------ Hi Sergey, yep, see that here. Is the file intended to be called {{SampleWsApplicationTests}} e.g. {{Tests}} instead of {{Test}}? The spring boot parent pom includes this, not sure if its intended or not on the CXF side. {code} org.apache.maven.plugins maven-surefire-plugin **/*Tests.java **/*Test.java **/Abstract*.java {code} So either we can rename the class, or add this mapping to the pom. Did any of the other examples have tests? > SpringBoot JAX-WS example fails > ------------------------------- > > Key: CXF-7101 > URL: https://issues.apache.org/jira/browse/CXF-7101 > Project: CXF > Issue Type: Bug > Components: Samples > Affects Versions: 3.1.7 > Reporter: John D. Ament > > The JAX-WS example fails with the following: > {code} > [WARNING] Warning: killAfter is now deprecated. Do you need it ? Please comment on MEXEC-6. > [WARNING] > java.lang.ClassNotFoundException: sample.ws.service.client.HelloClient > at java.net.URLClassLoader.findClass(URLClassLoader.java:381) > at java.lang.ClassLoader.loadClass(ClassLoader.java:424) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > at org.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:281) > at java.lang.Thread.run(Thread.java:745) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)