Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 78762 invoked from network); 11 May 2010 17:10:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 May 2010 17:10:04 -0000 Received: (qmail 63409 invoked by uid 500); 11 May 2010 17:10:04 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 63390 invoked by uid 500); 11 May 2010 17:10:04 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 63382 invoked by uid 99); 11 May 2010 17:10:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 17:10:04 +0000 X-ASF-Spam-Status: No, hits=-1413.7 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 May 2010 17:10:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4BH9hUh008934 for ; Tue, 11 May 2010 17:09:43 GMT Message-ID: <14048276.4721273597783042.JavaMail.jira@thor> Date: Tue, 11 May 2010 13:09:43 -0400 (EDT) From: "Gary Tully (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2501) Modify Apache Camel version of the pom In-Reply-To: <1950260749.1258551532715.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQ-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully updated AMQ-2501: ---------------------------- Fix Version/s: 5.4.0 Affects Version/s: 5.3.0 > Modify Apache Camel version of the pom > -------------------------------------- > > Key: AMQ-2501 > URL: https://issues.apache.org/activemq/browse/AMQ-2501 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.3.0 > Reporter: Charles Moulliard > Assignee: Willem Jiang > Fix For: 5.3.2, 5.4.0 > > Attachments: MANIFEST.MF > > > The current pom of the activemq project uses 2.0 as camel version. > The issue is that when we deploy activemq-camel 5.3.0 top of servicemix 4.1.0-SNAPSHOT, we have a classloading issue because activemq-camel bundle cannot import org.apache.camel.component.jms package from Camel 2.1.SNAPSHOT > May I propose to change version or add a version range in the MANIFEST file generated for activemq-camel : > The current is : > {code} > Import-Package: META-INF.services.org.apache.camel,javax.jms;version=" > [1.1,1.2)",org.apache.activemq;version="[5.3,5.4)",org.apache.activem > q.advisory;version="[5.3,5.4)",org.apache.activemq.camel;version="[5. > 3,5.4)",org.apache.activemq.camel.component;version="[5.3,5.4)",org.a > pache.activemq.camel.converter;version="[5.3,5.4)",org.apache.activem > q.command;version="[5.3,5.4)",org.apache.activemq.kaha.impl.async;ver > sion="[5.3,5.4)",org.apache.activemq.management;version="[5.3,5.4)",o > rg.apache.activemq.spring;version="[5.3,5.4)",org.apache.activemq.tra > nsport;version="[5.3,5.4)",org.apache.activemq.util;version="[5.3,5.4 > )",org.apache.camel;resolution:=optional;version="[2.0,2.1)",org.apac > he.camel.component.jms;resolution:=optional;version="[2.0,2.1)",org.a > pache.camel.impl;resolution:=optional;version="[2.0,2.1)",org.apache. > camel.util;resolution:=optional;version="[2.0,2.1)",org.apache.common > s.logging,org.apache.xbean.spring.context.v2;resolution:=optional,org > .springframework.beans.factory;resolution:=optional;version="[2.5,2.6 > )",org.springframework.beans.factory.xml;resolution:=optional;version > ="[2.5,2.6)",org.springframework.jms.connection;resolution:=optional; > version="[2.5,2.6)",org.springframework.transaction;resolution:=optio > nal;version="[2.5,2.6)" > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.