Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A48E4102D2 for ; Thu, 5 Dec 2013 14:36:24 +0000 (UTC) Received: (qmail 65625 invoked by uid 500); 5 Dec 2013 14:36:24 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 65395 invoked by uid 500); 5 Dec 2013 14:36:19 -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 65088 invoked by uid 99); 5 Dec 2013 14:36:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Dec 2013 14:36:16 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christian.posta@gmail.com designates 209.85.217.178 as permitted sender) Received: from [209.85.217.178] (HELO mail-lb0-f178.google.com) (209.85.217.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Dec 2013 14:36:12 +0000 Received: by mail-lb0-f178.google.com with SMTP id c11so9821786lbj.23 for ; Thu, 05 Dec 2013 06:35:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XUMjxNyqtmaEP/J9zin0+CkOio5lvN0xuIq9yasAHyQ=; b=zzdDqR3I9wmN/7tpqSehzgc3N6UH0lHxhXq6cW7JWSyfE9UN9Aid3RWMObK64E6F8Y svicrh8QYVenndTl7g9MwBxzqBMmZU9Wr2ovDQeSN1WpA8vECAl8spbJAm/OM9MDp6N2 UyV3NhE2jb4EOiHCHEBy8TC4KSPshb1bLO5tOqlPeJKnHbOgvYOHkkeVT7PczUQ5oFnU 8DTnmRD1ixz8iko/F3HrylG4qfcRfTqeHDFqkp3+/ATre7xKDwAsmmBFR/08DbR/o2Qs pI5UTHr16kdYZBmCPOxlE1d1qlJCYmETQ5OjFuVYcZwVEtc37Gar6p6zUR6l2YNhhwhe qkAg== MIME-Version: 1.0 X-Received: by 10.112.190.106 with SMTP id gp10mr275607lbc.37.1386254151189; Thu, 05 Dec 2013 06:35:51 -0800 (PST) Received: by 10.114.212.69 with HTTP; Thu, 5 Dec 2013 06:35:51 -0800 (PST) In-Reply-To: <1386244903428-4675181.post@n4.nabble.com> References: <1386159308070-4675087.post@n4.nabble.com> <1386163410580-4675096.post@n4.nabble.com> <1386244903428-4675181.post@n4.nabble.com> Date: Thu, 5 Dec 2013 07:35:51 -0700 Message-ID: Subject: Re: When will activemq-core 5.9 be present in maven central repo? From: Christian Posta To: "users@activemq.apache.org" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org yah, if using the spring config, you may want activemq-spring also On Thu, Dec 5, 2013 at 5:01 AM, edbras wrote: >> I think activemq-broker and activemq-kahadb-store should be enough. > If I do so, I do get the xml ns error below. > > If I include the activemq-all, it works, but then I get other conflicting > issues like slf4j, geronimo, etc... > Example usage: > xmlns:amq="http://activemq.apache.org/schema/core" > physicalName="${jms.queue.declaration.snd}" /> > > BTW: I followed LINKE and > it still uses the activemq-core xsd as ref in 5.9.0. > > I think the error occurs because of the missing > META_INF/services/spring.schemas which are present in the activemq-all.jar > but not in the jars I use. I searched a bit, but can't find them. I also > included activemq-client, but no luck so far... > > So which jar's must I use that include the handlers (beside activemq-all). > > - Ed > > ---- ERROR: > Caused by: > org.springframework.beans.factory.parsing.BeanDefinitionParsingException: > Configuration problem: Unable to locate Spring NamespaceHandler for XML > schema namespace [http://activemq.apache.org/schema/core] > Offending resource: class path resource [spring/jms-common-bv-core.xml] > > > ---- XML config piece: > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:jms="http://www.springframework.org/schema/jms" > xmlns:amq="http://activemq.apache.org/schema/core" > xsi:schemaLocation="http://www.springframework.org/schema/beans > http://www.springframework.org/schema/beans/spring-beans.xsd > http://www.springframework.org/schema/jms > http://www.springframework.org/schema/jms/spring-jms.xsd > http://activemq.apache.org/schema/core > http://activemq.apache.org/schema/core/activemq-core.xsd"> > > > > > -- > View this message in context: http://activemq.2283324.n4.nabble.com/When-will-activemq-core-5-9-be-present-in-maven-central-repo-tp4675087p4675181.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- Christian Posta http://www.christianposta.com/blog twitter: @christianposta