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 C791A200D4A for ; Tue, 28 Nov 2017 17:22:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C6312160C07; Tue, 28 Nov 2017 16:22:06 +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 F0D5E160C01 for ; Tue, 28 Nov 2017 17:22:05 +0100 (CET) Received: (qmail 72612 invoked by uid 500); 28 Nov 2017 16:22:05 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 72601 invoked by uid 99); 28 Nov 2017 16:22:05 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Nov 2017 16:22:05 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 2A4B71A0983 for ; Tue, 28 Nov 2017 16:22:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-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 (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 9c_4c1gOZaEZ for ; Tue, 28 Nov 2017 16:22: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 DE9145F566 for ; Tue, 28 Nov 2017 16:22:01 +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 5D56BE0D34 for ; Tue, 28 Nov 2017 16:22:00 +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 16AEE241BE for ; Tue, 28 Nov 2017 16:22:00 +0000 (UTC) Date: Tue, 28 Nov 2017 16:22:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-12040) camel-example-cdi-rest-servlet - Test error due jetty JAR problem MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 28 Nov 2017 16:22:07 -0000 [ https://issues.apache.org/jira/browse/CAMEL-12040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16268986#comment-16268986 ] ASF GitHub Bot commented on CAMEL-12040: ---------------------------------------- astefanutti commented on issue #2122: CAMEL-12040 - use jetty9.2 where init supported URL: https://github.com/apache/camel/pull/2122#issuecomment-347577746 @onders86 it seems a new dependency on `jetty-deploy` must be added: ```xml org.eclipse.jetty jetty-deploy ${jetty9-version} runtime ``` The missing class has been moved there. I've tested with the additional JAR and it works fine :) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org > camel-example-cdi-rest-servlet - Test error due jetty JAR problem > ----------------------------------------------------------------- > > Key: CAMEL-12040 > URL: https://issues.apache.org/jira/browse/CAMEL-12040 > Project: Camel > Issue Type: Test > Components: examples, tests > Reporter: Claus Ibsen > Fix For: 2.21.0 > > > camel-itest-cdi-servlet fails with error like > [INFO] Running org.apache.camel.example.cdi.rest.servlet.CdiRestServletTest > 2017-11-26 22:31:08,494 [main ] INFO log - Logging initialized @722ms to org.eclipse.jetty.util.log.Slf4jLog > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.576 s <<< FAILURE! - in org.apache.camel.example.cdi.rest.servlet.CdiRestServletTest > [ERROR] org.apache.camel.example.cdi.rest.servlet.CdiRestServletTest Time elapsed: 0.575 s <<< ERROR! > java.lang.NoSuchMethodError: org.eclipse.jetty.server.handler.HandlerCollection.(Z)V > at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:369) > at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:275) > at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:239) > at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:160) -- This message was sent by Atlassian JIRA (v6.4.14#64029)