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 C61EB200C4B for ; Mon, 20 Mar 2017 23:14:31 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C4C90160B76; Mon, 20 Mar 2017 22:14:31 +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 185CC160B71 for ; Mon, 20 Mar 2017 23:14:30 +0100 (CET) Received: (qmail 58962 invoked by uid 500); 20 Mar 2017 22:14:25 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 58951 invoked by uid 99); 20 Mar 2017 22:14:24 -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; Mon, 20 Mar 2017 22:14:24 +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 8D11D1A0282 for ; Mon, 20 Mar 2017 22:14:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.314 X-Spam-Level: ** X-Spam-Status: No, score=2.314 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001, URI_HEX=1.313, URI_TRY_3LD=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 80Q9pJUCYtye for ; Mon, 20 Mar 2017 22:14:23 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 97AAF5FE0B for ; Mon, 20 Mar 2017 22:14:23 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 73B913462091E for ; Mon, 20 Mar 2017 15:14:21 -0700 (MST) Date: Mon, 20 Mar 2017 15:07:00 -0700 (PDT) From: mtod To: users@activemq.apache.org Message-ID: <1490047620029-4723913.post@n4.nabble.com> Subject: ActiveMQ lease-database-locker in Servicemix - Class not found MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Mon, 20 Mar 2017 22:14:32 -0000 I'm working with ActiveMQ in Servicemix 7.0 trying to get the lease-database-locker working. I have it working in stand alone mode using MSSql but when I place the same configuration in Servicemix it says : Caused by: java.lang.ClassNotFoundException: org.apache.commons.dbcp2.BasicDataSource not found by org.apache.activemq.activemq-osgi. I can't find how to install that class in Servicemix. I'm not sure what I'm missing or if there is another way to do this. Thanks Mike ActiveMQ.xml config ..... -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-lease-database-locker-in-Servicemix-Class-not-found-tp4723913.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.