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 3EB15200C41 for ; Fri, 24 Mar 2017 17:16:11 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3D284160B93; Fri, 24 Mar 2017 16:16:11 +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 86346160B82 for ; Fri, 24 Mar 2017 17:16:10 +0100 (CET) Received: (qmail 64223 invoked by uid 500); 24 Mar 2017 16:16:09 -0000 Mailing-List: contact notifications-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 notifications@cxf.apache.org Received: (qmail 64202 invoked by uid 99); 24 Mar 2017 16:16:08 -0000 Received: from crius.apache.org (HELO crius.apache.org) (140.211.11.14) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2017 16:16:08 +0000 Received: from crius.apache.org (localhost [127.0.0.1]) by crius.apache.org (ASF Mail Server at crius.apache.org) with ESMTP id 62D329C0283 for ; Fri, 24 Mar 2017 16:16:08 +0000 (UTC) Date: Fri, 24 Mar 2017 16:16:07 +0000 (UTC) From: Apache Jenkins Server To: notifications@cxf.apache.org Message-ID: <769599294.1630.1490372168177.JavaMail.jenkins@crius> Subject: =?UTF-8?Q?Build_failed_in_Jenkins:_CXF-3.0-deploy_?= =?UTF-8?Q?=C2=BB_Apache_CXF_Runtime_JMS_Transport_#1011?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkqVKZPv7YyHBB3FvWfV7XQehwe/Ga3aadzSNknt8g382X3uN8A3SOQ+Ixq9HxS+ZlN6XR4TECySmSRy2JN5Rx8svxAD0TjtSF9LuU98dD+LniNDP7Lq6gvRFuJhbMHoS0nuTizDZLsK4X8TW5MyV9w+jFbdoZfRE5O/Mse0fkOeL5uoIS/3Vvu/W+x9QSjDkB7CaU56bPFlQjqqJBl3Cn9r34CkXQZYnLb/NjW4vcpw0+TgMUAPTIVEr5BTPZRshz19g7huwg3zANT5HBIZnzV4hsVY9w4JHkceFdKi/ibNnjPjsFs9pm0HSGJ/RDxjIvSTYT02eH4+m1RAYaj2E9QIDAQAB X-Jenkins-Job: CXF-3.0-deploy/org.apache.cxf:cxf-rt-transports-jms X-Jenkins-Result: FAILURE archived-at: Fri, 24 Mar 2017 16:16:11 -0000 See Changes: [dkulp] [CXF-6672] Catch trhowable instead of exception to grab errors as well ------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache CXF Runtime JMS Transport 3.0.13-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ cxf-rt-transports-jms --- [INFO] [INFO] --- maven-bundle-plugin:2.4.0:cleanVersions (versions) @ cxf-rt-transports-jms --- [INFO] [INFO] --- maven-checkstyle-plugin:2.12.1:checkstyle (validate) @ cxf-rt-transports-jms --- [INFO] [INFO] >>> maven-pmd-plugin:3.2:check (validate) > :pmd @ cxf-rt-transports-jms >>> [INFO] [INFO] --- maven-pmd-plugin:3.2:pmd (pmd) @ cxf-rt-transports-jms --- [INFO] [INFO] <<< maven-pmd-plugin:3.2:check (validate) < :pmd @ cxf-rt-transports-jms <<< [INFO] [INFO] --- maven-pmd-plugin:3.2:check (validate) @ cxf-rt-transports-jms --- [INFO] [INFO] --- cxf-xml2fastinfoset-plugin:3.0.0:xml2fastinfoset (xml2fastinfoset) @ cxf-rt-transports-jms --- [INFO] [INFO] --- cxf-xjc-plugin:3.0.5:xsdtojava (generate-sources) @ cxf-rt-transports-jms --- [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (default) @ cxf-rt-transports-jms --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ cxf-rt-transports-jms --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 4 resources [INFO] skip non existing resourceDirectory [INFO] skip non existing resourceDirectory [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ cxf-rt-transports-jms --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] bootstrap class path not set in conjunction with -source 1.6 [INFO] 1 warning [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] :[74,29] method safeRollBack in class org.apache.cxf.transport.jms.util.PollingMessageListenerContainer.Poller cannot be applied to given types; required: javax.jms.Session,java.lang.Exception found: javax.jms.Session,java.lang.Throwable reason: actual argument java.lang.Throwable cannot be converted to java.lang.Exception by method invocation conversion [INFO] 1 error [INFO] -------------------------------------------------------------