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 782D0200CA7 for ; Tue, 30 May 2017 20:21:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 76BC2160BB1; Tue, 30 May 2017 18:21:10 +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 C0192160BC9 for ; Tue, 30 May 2017 20:21:09 +0200 (CEST) Received: (qmail 89178 invoked by uid 500); 30 May 2017 18:21:07 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 89154 invoked by uid 99); 30 May 2017 18:21:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 May 2017 18:21:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 2BBECC8772 for ; Tue, 30 May 2017 18:21:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[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 (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id Afu72eF5wpio for ; Tue, 30 May 2017 18:21:06 +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 3DE4A60CF8 for ; Tue, 30 May 2017 18:21:06 +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 5C3E1E0959 for ; Tue, 30 May 2017 18:21:05 +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 9A2C121B60 for ; Tue, 30 May 2017 18:21:04 +0000 (UTC) Date: Tue, 30 May 2017 18:21:04 +0000 (UTC) From: "clebert suconic (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ARTEMIS-1129) Client Dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 30 May 2017 18:21:10 -0000 [ https://issues.apache.org/jira/browse/ARTEMIS-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029869#comment-16029869 ] clebert suconic commented on ARTEMIS-1129: ------------------------------------------ [~michael.andre.pearce] I have added you a developer and contributor on JIRA.. I believe you can do it now... I will assign this to you and close it. > Client Dependencies > -------------------- > > Key: ARTEMIS-1129 > URL: https://issues.apache.org/jira/browse/ARTEMIS-1129 > Project: ActiveMQ Artemis > Issue Type: Improvement > Components: Broker > Affects Versions: 2.0.0 > Reporter: Bernd Rosstauscher > Assignee: Justin Bertram > Priority: Minor > Labels: documentation > > Currently the documentation is not up to date for the client requirements. > Section 12. The Client Classpath specifies only the following > activemq-core-client.jar, activemq-commons.jar, and netty.jar > And for JMS the following: > activemq-jms-client.jar and geronimo-jms_2.0_spec.jar > If I copy these to my project and try to connect directly via JMS (not via JNDI) I get at runtime ClassNotFoundExceptions of all kind. > It seems now you need a lot more JAR files as dependencies. It is not really clear what else is needed so you will end up to copy the whole Artemis Jars just to make the client connection work. > Would it be possible to update the documentation to specify the direct and indirect dependencies for the client. > I have the feeling this is at the moment a little bit out of control as it seems I need now to include 10 more Jar files or so including the json libraries, org.jboss logging, all the commons jars and many more? > Thanks for your great work. > - Bernd Rosstauscher -- This message was sent by Atlassian JIRA (v6.3.15#6346)